Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 7 months ago.
RTOS code always stuck at "IDLE" task
Dear All,
I'm working with FRDMK64F board.
Not able to debug and run any RTOS code on this board.
Always got stuck at "_mqx_idle_task" function.
It was working perfectly yesterday.
Just today I was soldered the board for for VIN line power up and did some RTC section.
I have two board with the same condition.
I hope it could be some hardware problem.
Please note that I'm able to run the "helloworld_k64f.bin" LED code on that problematic board.
Could any one help me to address this problem.
Any insights on this and it will be greatly appreciated?
Regards,
Titus S.
Even I'm not able to run "mbed_blinky" code which has size 22KiB. I'm able to run pre-build "HelloWorld_K64F.bin" which has 14KiB size on board.
posted by Titus Stalin 30 Mar 2015While debugging "hello_world_frdmk64f120m",always it get hang at the following line.
Its under MQS RTOS version "MQX_KSDK_1.0.0"
File : startup_MK64F12.S
Default_Handler:
b .
.size Default_Handler, . - Default_Handler
posted by Titus Stalin 30 Mar 2015