I used the "echo_bot sample and tried to alter it to use UART2 instead of UART0. Aftet changing the code and putting in the needed overlay, the main() program begins to run but never comes back from the call
I used the "echo_bot sample and tried to alter it to use UART2 instead of UART0. Aftet changing the code and putting in the needed overlay, the main() program begins to run but never comes back from the call
Thanks for the comments. I made a mistake on the overlay when I did the first zip. I've attached a new zip with the (I believe) the proper overlay.echo_bot_uart2_v2.zip
The program still has the same behavior and issue. It seems to never come back from the call
I took the echo_bot sample and changed the binding to uart2 and added the overlay (identical to your overlay) and it ran without an issue. I am able to get the echo in a serial terminal.
make sure you are building for the nrf9151dk/nrf9151/ns and the overlay is included in the build
I took the echo_bot sample and changed the binding to uart2 and added the overlay (identical to your overlay) and it ran without an issue. I am able to get the echo in a serial terminal.
make sure you are building for the nrf9151dk/nrf9151/ns and the overlay is included in the build
Thank you. I had done those things.
Did you build the main.c that I attached or create a new one from the sample?
Thanks!
Steve