This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28075: SysCtl_setClock not work when using flash link.

Part Number: TMS320F28075
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Everything works fine when I use RAM link file (28075_RAM_lnk.cmd), but when I change it to flash link file(28075_FLASH_lnk.cmd), the SysCtl_setClock does not work, program jump to 

3fe493: 7625 ESTOP0
3fe494: 6F00 SB 0, UNC

loop forever.

I do not understand, everything is the same except the link file. what make it not work using flash link file?

Anyone can help me ?