debugging freeRTOS in KDS

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

debugging freeRTOS in KDS

ソリューションへジャンプ
1,279件の閲覧回数
randylee
Contributor V

So MQX is being depreciated and FreeRTOS being used instead starting with SDK V2.0.  Fine.  OK.

 

So, KDS has some inherent knowledge about MQX when it debugs.  You can see stacks, processes and all kinds of good stuff.  KDS last version (3.0 or so) didn't as far as I can see... it is like debugging any other regular code.  Is there some plan to get that debugging capability of MQX for FreeRTOS in near term releases of KDS.

 

Got a project starting that I can live without it for a couple of months but when I get to serious debugging, that will be a very serious issue to not have it and will mean that I'll have to stick with MQX instead just to be more productive.

ラベル(1)
0 件の賞賛
返信
1 解決策
1,027件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Randy,

as of today, you can use the free Wittenstein Eclipse plugin get task awareness (see DIY Free Toolchain for Kinetis: Part 5 – FreeRTOS Eclipse Kernel Awareness with GDB). It is not that advanced as the MQX plugin. 'Thread' based selection is not implemented in that plugin, I'm using a workaround instead (see FreeRTOS ARM Thread Debugging with Eclipse and GDB​). I expect that some of the MQX advanced debug features will move over.

I hope this helps,

Erich

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,028件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi Randy,

as of today, you can use the free Wittenstein Eclipse plugin get task awareness (see DIY Free Toolchain for Kinetis: Part 5 – FreeRTOS Eclipse Kernel Awareness with GDB). It is not that advanced as the MQX plugin. 'Thread' based selection is not implemented in that plugin, I'm using a workaround instead (see FreeRTOS ARM Thread Debugging with Eclipse and GDB​). I expect that some of the MQX advanced debug features will move over.

I hope this helps,

Erich

0 件の賞賛
返信