I am receiving the following run-time error while trying to run the FreeRTOS Generic example on an MIMXRT1170-EVK with the linkServer
Program received signal SIGINT, Interrupt.
vApplicationIdleHook () at ../source/freertos_generic.c:386
386 xFreeStackSpace = xPortGetFreeHeapSize();
appears to hang from this point. Any suggestions on why it appears to hang? Thanks
solved, wrong serial port