Trap error on JN5169

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

Trap error on JN5169

572 Views
NgocHoangNguyen
Contributor II

Hi,

I use 4 enpoint and use Sdk-4170 but current this error. I try delete function not need but still error .

How to fix this error

 

***********************************************
* SWITCH-LIGHT RESET *
***********************************************

!!! Trap error
u32PICMR = 0 : u32PICSR = 8000
u32PICMSR = 0 : u32IPMR = 0
u32IHPR = c : u32AINT = 8000 u32PINT 0
EPCR = 83878 : EEAR = 30a08
Stack dump:
4007dfc : 00000000
4007e00 : 00083878
4007e04 : 00030a08
4007e08 : 00000000
4007e0c : 0000000c
4007e10 : 00000000
4007e14 : 00008000
4007e18 : 00000000
4007e1c : 00000000
4007e20 : 00008000
4007e24 : 00000330
4007e28 : 000a7ce7
4007e2c : 00000000

 

0 Kudos
2 Replies

547 Views
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hello,

 

Hope you are doing well. Did you modify the ZCL_NUMBER_OF_ENDPOINTS? (zcl_options.h)

 

Regards,

Ricardo

0 Kudos

542 Views
NgocHoangNguyen
Contributor II

Hello ,

I modify the ZCL_NUMBER_OF_ENDPOINTS = 4  and when I add the function other that stack overflow. Here I add fuction 

vDoConnectionlessPerTestSlave. I dont know why this cause
 

tsJPT_SSPT_SlaveState sSlaveData;
/* Initialise the radio */
bJPT_RadioInit(E_JPT_MODE_LOPOWER);
vJPT_SSPT_SlaveInit();
/* get current PER test state */
vJPT_SSPT_SlaveGetState(&sSlaveData);

/* Display status of the test on the UART console and LED's */
DBG_vPrintf(TRACE_SW_APP,"\r* Channel = %d ",sSlaveData.u8Channel);

0 Kudos