

Hi Håkon,
I get some error messages in UART console.

I use arm-none-eabi-addr2line to resolv the addresses.


I think it happened in the line k_free(buf).

Thanks,
Stanley
Hi Håkon,
I get some error messages in UART console.

I use arm-none-eabi-addr2line to resolv the addresses.


I think it happened in the line k_free(buf).

Thanks,
Stanley
Hi Stanley,
I added some prints in the uart callback "uart_cb". I'm not able to get the program to fault, but it does print a warning at my end:
<wrn> peripheral_uart: Not able to allocate UART receive buff
This in combination with event type "UART_RX_STOPPED" indicates that an ERRORSRC has occurred, atleast on my end.
I think the baudrate is causing this error, as it has a higher tolerance with 921k6 baud:
Could you try a baudrate that matches the expected baud, like 1M?
Kind regards,
Håkon