Task Aware Debugging

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Task Aware Debugging

561件の閲覧回数
jeremyanderson
Contributor III

I'm debugging a FreeRTOS application using a Segger j-link debugger on a board that uses the K66 MCU.  I've found that stepping over an xTaskCreate results in the task code executing.  Is this a FreeRTOS question?  I thought I'd be able to create these tasks and that they would not execute until I start the task scheduler.  Any hints are greatly appreciated.

タグ(2)
0 件の賞賛
1 返信

427件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Jeremy:

I  tested the hello world demo with Frdm-k22 board.  I just added one print .  Then I debug with "step over",  I can see the hello world task is executed after vTaskStartScheduler. Please see below picture.

pastedImage_1.png

Regards

Daniel

0 件の賞賛