Hello World Free RTOS application not working on IMXRT1050-EVKB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hello World Free RTOS application not working on IMXRT1050-EVKB

1,000 Views
rajtend
Contributor III

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.

rajtend_0-1730385441529.png

 

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

981 Views
rajtend
Contributor III

I manage to resolve it.
I changed the switch SW7 to OFF-ON-ON-OFF.
And then it started to work.

0 Kudos
Reply