KW36 LLS3 mode debug

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,307件の閲覧回数
jictannu
Contributor III

I would like to debug the demo: frdmkw36_demo_apps_power_manager. My configure is LLS3 mode, the wake up source is button, and I set a breakpoint at "PRINTF("\r\nNext loop\r\n");". However when I press the button, nothing happens.If I exit the debug mode, it works correctly. How could I debug frdmkw36_demo_apps_power_manager?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,161件の閲覧回数
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Mo Xinyu, I hope you're doing well!

 

Debug in Low Power modes works differently from regular low power operation, as some modules and sections of the MCU are powered off during this mode of operation, depending on which power mode is being currently used.

 

The debugger will lose communication with the system while it's in LLSx modes, so breakpoints and other debug components do not work the same way as in regular operation modes.

 

For further information about low-power mode debug, could you please check chapter 10.6 of the KW36's Reference Manual, which can be found here?

 

Please let me know if you need more information.

 

Best regards,

Sebastian

元の投稿で解決策を見る

1 返信
1,162件の閲覧回数
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Mo Xinyu, I hope you're doing well!

 

Debug in Low Power modes works differently from regular low power operation, as some modules and sections of the MCU are powered off during this mode of operation, depending on which power mode is being currently used.

 

The debugger will lose communication with the system while it's in LLSx modes, so breakpoints and other debug components do not work the same way as in regular operation modes.

 

For further information about low-power mode debug, could you please check chapter 10.6 of the KW36's Reference Manual, which can be found here?

 

Please let me know if you need more information.

 

Best regards,

Sebastian