Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hi,
I look for an advice. My circuit has on board f28379D MCU. Everything works well, however, I try to do some standalone tests and I want the processor to boot to flash memory after reset/power down it fails. The GPIO72/84 are "1" and TRST is 0 when debugger (XDS100) is disconnected. This should by default chose the GetMode as a boot option? My application doesn't start after power down. However, when I run blink example from controlSuite it toogles the pin after power down.
The RAM/FLASH target configurations change the linker file true? So with both options I should be able to boot to flash? (Of course when running from flash memory particular functions need to be copied and run from RAM).
Thanks a lot for any clue.