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.

TMS320F28377D: pointing to flash memory address on reset

Part Number: TMS320F28377D
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi,

I have written data at flash memory location starting from 0x0008000, upon power cycle, I need to start running the code from location 0x0008000.I tried below code 
application_entry_t app_entry = (application_entry_t) (0x00085000);//APP_START_ADDRESS;
application_entry();

but it is not happening.

Please guide.


Thanks