KW38 CAN'T debug

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

KW38 CAN'T debug

2,252 次查看
leonordo
Contributor I

我安装完MCUXpresso无法debug,请教一下是什么问题

标签 (1)
0 项奖励
回复
1 回复

2,235 次查看
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hello,

 

Are you using the FRDM-KW38? Where you able to flash an BLE example before?

 

Your KW38 might be in Low Power mode. Could you try to do a mass-erase? By using an "unlock kinetis" command in J-Link Commander, or a mass erase command through MCUXpresso, which works as well.

 

And the Low-Power mode can be disabled by setting the following macro (in the app_preinclude.h header file) to a 0, like so:

 

/* Enable/Disable PowerDown functionality in PwrLib */
#define cPWR_UsePowerDownMode           0‍‍‍‍

 

Hope this helps.

 

Regards,

Ricardo

0 项奖励
回复