Other Parts Discussed in Thread: CC3220SF
I ' m using (trying to ..) external UART connection, as explained here ;https://e2e.ti.com/support/wireless-connectivity/wifi/f/968/t/851276
But now, run immediately into problem with example code. The "uartecho" (non-RTOS examples, TI drivers) stopped working correctly when I switched to this UART.
What is happening is UART_write/read do not return. It seems, the core is put to sleep, or is waiting for interrupts on TX/RX, which it never gets.
Using UART write/read polled methods seems to work.
I tried removing all Power stuff from uartecho.syscfg, but that doesnt' seem to help. I do see in call stack it's seems locked on semaphore waiting I presume to wake up from ISR handler but that never happens ..
All I changed is jumpers on the board, to change UART from running through emulator to the 20-pin header. But it seems I also need software configuration change, I don't know where ... New to the TI stack, and the GUI ways to configure the target.