Other Parts Discussed in Thread: C2000WARE
Hello,
I am currently working with TMS320F28377D.
I am using FLASH API to load a application hex data to the flash memory from SECTOR C on wards. (For e.g. : uploading a led blinking program's hex data)
Current design :
FLASH API : Flash Sector A and B would contain code of flash api.
APPLICATION CODE : Flash Sector C on wards would be written with the Intel 16 bit Hex data (which shall be sent serially) using the Flash API.
My questions :
1. After completing the application code flashing, how do I map the execution from the FLASH API to the Address of my application code(preferably Sector C start address : 0x00084000) ?
2. Can I access any global flags/memory/registers for co-ordination among the FLASH API and the APPLICATION Code (I would only need 1 bit storage) ?
Thanks,
Sayali