Tool/software: Code Composer Studio
Hi,
I've designed a custom PCB using a CC1310F128 IC, and am running into an issue when I try to run my software on it. I developed the code on a Launchpad, and I've never had issues with it. Importantly, the issue is happening well before my application code is even called.
When my PCB resets the CC1310, i can successfully enter the ResetISR, and single step through the boot assembly until I reach the function "NOROM_TrimAfterColdResetWakeupFromShutDownCfg1()". During this function there's a block of assembly where it tries to write a value to the address 0x43200008, and it causes the debugger to lose control of the core. I haven't been able to find out what's supposed to be in memory there, or if there's a way around this issue searching the forums.
Here's the block of assembly, and the resulting error.
Any help would be enormously appreciated,
JS