Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hi,
I use Code Composer Studio together with XDS110 Debugger to put my program into the CC1352R device. When I start debugging, means the program is loaded directly via debugger, it works. But when I press the Restart button (menu Run / Restart) the processor does a reset but it doesn't work. I'm running into the exception handler where the CPU_SCS_CFSR_INVSTATE bit is set.
So is there something in the processor that is not initialized to default values when I press the restart button? There has to be a different between both kinds of program start. I also don't know that CPU_SCS_CFSR_INVSTATE really tells me. I'm new with CC1352R processors, before we used ATMEL processors.
I'm also using TI-RTOS if that helps. At compile time first sysbios/rom_sysbios.aem4f is build which seems to be some special firmware first loaded (into special areas of processors flash?). Could this be the difference?
Thanks in advance
Erwin