This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1352P: Simple Broadcaster assert issues

Part Number: CC1352P

Hi,

I have a Custom CC1352P1F3 board, and I am trying to get it have it run the BLE 5 Simple Broadcaster, but unlike on my launchpad for the same code, it runs into an assert issue on Bios_start(). I can run other, non BLE example RTOS code on this microcontroller.

I am not really sure what is wrong with this, and I have included my error stack and the RTOS BIOS.

stack

the error message is "Caught exception in view init code: "C:/ti/xdctools_3_62_00_08_core/packages/xdc/rov/StructureDecoder.xs", line 525: java.lang.Exception: Target memory read failed at address: 0x20004710, length: 32This read is at an INVALID address according to the application's section map. The application is likely either uninitialized or corrupt."

Is this a configuration issue on my end or is there anything else I could do about this?