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.

TMS320F28388D: Variable Placement in Flash Memory and RAM

Part Number: TMS320F28388D


Tool/software:

Dear Team,

As per documentation we understood that if we use --rom_model flag during linking then all the global variables gets added to flash memory and durting startup it gets copied to ram location.



In the flash memory linker creates the .cinit section and stores the initial values of variables.

1. How can I find at what location which variable initial value is stored within .cinit section.

2. If above use case is not possible then how to place variable in ram section while using --rom_model option during linking

Thanks,

Vikram