Hello,
I am using MCUXpresso IDE to generate a FreeRTOS hello_world example.
I watched the instructions here.
When I am trying to launch the application using Debug button in IDE following things happen:
1. I get the following message in console:
[MCUXpresso Semihosting Telnet console for 'evkbimxrt1050_freertos_hello LinkServer Debug' started on port 51000 @ 127.0.0.1]
2. the red LED near debug port blinks continously
3. The IDE doesn't break near main() function. Even if I add a manual breakpoint, it does not stop.
4. There is no output on Serial Console
5. There is a thread that is running. Even if I stop it, I cannot figure out where it is executing.
6. I have not modified the default application which is imported from SDK.
On a side-note, I am able to run stand-alone hello world application, but not a FreeRTOS one.
