Dear Members,
I have this message :
rror> app: ERROR 16384 [Unknown error code] at :0
at: 0x00000000
My board is nRF52840-DK
How can I fix it ? thanks
Dear Members,
I have this message :
rror> app: ERROR 16384 [Unknown error code] at :0
at: 0x00000000
My board is nRF52840-DK
How can I fix it ? thanks
Hi,
There is not much information here. Please make a debug build. If using a SES example project, simply select Debug instead of Release as build target. If using another toolchain, define DEBUG and DEBUG_NRF for the project. Then the error handler should print the file name, line number and error code, which will be much more helpful. Assuming that goes OK: which function returned which error code?
Hi,
There is not much information here. Please make a debug build. If using a SES example project, simply select Debug instead of Release as build target. If using another toolchain, define DEBUG and DEBUG_NRF for the project. Then the error handler should print the file name, line number and error code, which will be much more helpful. Assuming that goes OK: which function returned which error code?