KW38 CAN'T debug

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KW38 CAN'T debug

1,194 Views
leonordo
Contributor I

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

Labels (1)
0 Kudos
Reply
1 Reply

1,177 Views
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 Kudos
Reply