Re: SODAQ One V3 porting
Léonard Bise <leodido99@...>
I'm back again! I think I sent the last mail only to Brix by mistake. I'm happy to say that I fixed my issue... I needed to set my pin mux function as D not C. #if CONFIG_UART_SAM0_SERCOM5_BASE_ADDRESS /* SERCOM5 on RX=PB3/pad 1, TX=PB2/pad 0 */ pinmux_pin_set(muxb, 2, PINMUX_FUNC_D); pinmux_pin_set(muxb, 3, PINMUX_FUNC_D); #endif ***** Booting Zephyr OS v1.12.0-333-g2c8c1310f ***** Hello World! arm Now I'm going to try to communicate with the RN2483 chip through an UART device Best regards, Léonard. On 1 June 2018 at 19:03, Henrik Brix Andersen <henrik@...> wrote: Hi Léonard |
|