Hi,
I am using CCS IDE with TMS470 compiler for the TMS570 processor. As per my requirement, i need to store the 3K bytes of configuration data to known location in Flash and the start address is 0x00008000. I have declared a structure to define my config data. How do i direct the compiler to store this struture to Flash on the required start address ? And the data elements in the structre should be stored continuosly. There should not be any holes in between. Let me know how can i proceed on this.
Suggestions are welcome.