Hi all,
I am trying to program a CC1310f32 with a basic TI resource explorer example : rfPacketTx/rfPacketRx using XDS100v3 but I'm getting the following error message :
Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
Cortex_M3_0: GEL Output: Board Reset Complete.
Cortex_M3_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
Cortex_M3_0: File Loader: Verification failed: Values at address 0x000000000001FFA8 do not match Please verify target memory and memory map.
Cortex_M3_0: GEL: File: C:\Users\user\workspace_v6_1\rfPacketTx_CC1310DK_7XD_TI\Release\rfPacketTx_CC1310DK_7XD_TI.out: a data verification error occurred, file load failed.
I already tried to program the same example using a smartRF06 board and a CC1310f128 and everything went well.
I also know that the CC1310f32 is a Sub-1 GHz so I modified the following line in the rf_mailbox.h :
#define RF_MODE_PROPRIETARY RF_MODE_PROPRIETARY_SUB_1
as seen on this topic : e2e.ti.com/.../490937
I am using CCS 6.1.2 to flash the chip.
Thanks by advance
Florian
#define RF_MODE_PROPRIETARY RF_MODE_PROPRIETARY_SUB_1