Part Number: TMDSCNCD28388D Tool/software: I'm uploading code to my TMDSCNCD28388D board. I have the configuration set to CPU1_FLASH and the linker indicates the code begins (BEGIN) at 0x0008 0000. But, whenever I reset the board in the debugger, the program counter jumps to 0x003F D2AE. How can I fix this so that when I restart the device, it goes back to the start of my code at 0x0008 0000? I tried adjusting the RESET part of the linker from 0x003F FFC0 to 0x0008 0000, but that did not seem to have any effect.
↧