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.
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?