Hi,
I am using FRDM-KE16Z board. I import Example SDK project, rtos_examples, freertos_mutex. Build and it runs just fine. But when I suspend execution, I got IDE error: Suspend operation timeout.
If I rerun the program with a breakpoint set at taskYIELD() of write_task_1() (line 80,) the program breaks at the line. But if I resume execution, the program goes to neverland and console output shows nothing.
Any thoughts? Thanks!
Jei