This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX on EFM32TG

Hi, I've a problem using RTX on my EnergyMicro EFM32TG840F32 with uVision 4.23.
After the call on the API function os_sys_init my task is created with priority 1, but it stucks in READY state and the task os_idle_daemon is in RUNNING state with priority 0.
If I set a breakpoint on the first instruction in my task, it is never reached.
I've followed everything the example attached with the "Getting started" guide.
Do I miss anything?

0