NXP EVK KW38 sample code can't enter debug and flash issue.

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

NXP EVK KW38 sample code can't enter debug and flash issue.

1,317件の閲覧回数
StephenYeh
Contributor III

Hi Sir,

I find the issue about KW38 sample code

The IDE version and KW38 FW as below:

MCUXpressoIDE_11.6.0_8187\workspace\frdmkw38_adv_ext_peripheral_freertos

The fail symptom is that I can't flash KW38, got following error message.

Would you help to check this issue?

 

StephenYeh_0-1662625704422.png

 

0 件の賞賛
返信
2 返答(返信)

1,288件の閲覧回数
StephenYeh
Contributor III

Thanks, issue fixed.

1,305件の閲覧回数
EduardoZamora
NXP TechSupport
NXP TechSupport

Hello Stephen,

By any chance, have you previously flashed any of the BLE example projects into your device? Some of the wireless examples put the device into low power mode, in which the debug modules are kept static or powered off depending on the low power level.

When using low-power features the board may not be found on discovery as debug modules can be affected.

When trying to flash/debug your application, please try to wake up the device by pressing repeatedly SW3/LLWU or Reset button (board) immediately after selecting "Debug" and while target discovery is trying to connect to the device.

If you are using a BLE example project, depending on the base project, inside app_preinclude.h you may find some macros related to low-power such as cPWR_UsePowerDownMode and cPWR_FullPowerDownMode; please disable (set to 0) these macros. After this, please try flashing/debugging the demo under this configuration.

Also, the Resurrect Kinetis device feature, part of the GUI Flash Tool, may be helpful.

Regards,
Eduardo.

0 件の賞賛
返信