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

