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