An error occurred after debugging the BLE example of the FRDM-KW36 SDK.

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

An error occurred after debugging the BLE example of the FRDM-KW36 SDK.

411 Views
SeokJin
Contributor II

Hi.

I found that when I quit after debugging the BEL example of the KW36 SDK, a debug error occurred from then on.

SeokJin_0-1703083025688.png Among them, an error occurs after debugging the ble_fscibb example.

 

The error details are the same as the error encountered previously.

SeokJin_1-1703083105366.png

SeokJin_2-1703083167235.pngSeokJin_3-1703083182432.pngSeokJin_4-1703083211874.png

After debugging the example, I just clicked Terminate without executing any action, and the error occurred after that.

 

Why does this happen?

Labels (1)
0 Kudos
3 Replies

394 Views
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hello,

 

Your FRDM 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

306 Views
SeokJin
Contributor II
Hello, Ricardo.

The community would like to talk to you to solve a problem I'm having.

The issue is not yet resolved in the situations listed below.

Please suggest what I need to check or another way to do it.

Regards,
SeokJin
0 Kudos

379 Views
SeokJin
Contributor II

Hello, Ricardo.

 

I am replying because the problem was not resolved after applying the method suggested as a solution.

 

First, I disabled low-power mode through macro modification.

SeokJin_0-1703142968247.png Build has been completed.

 

Afterwards I tried "mass-erase".

SeokJin_1-1703143153277.png

SeokJin_2-1703143177249.png 'mass erase' was run in MCUXPresso, and the related settings were set as shown in the photo.

 

After setting it like this, I ran it, but an error occurred.

SeokJin_3-1703143452842.png

SeokJin_4-1703143465552.png This is the error content.

An error message also appears in the console window.

SeokJin_5-1703143539259.png

 

As a result, 'mass erase' also doesn't seem to run due to a related error. What's the problem?

 

Regards,

SeokJin

0 Kudos