Tool/software:
Controller: Sitara - AM263x + External Flash
Need some support on Calibration section/tuning/Flashing part, here are the details:
>> From the whole compiled Application.Hex , want to extract a particular CALIB section - only to have Calibratable parameters in it (Section will be defined in Linker file) and make it new CALIB.Hex
>> Once the CALIB.Hex is extracted, we want to tune the values of the parameters using one Vector Tool, so to have different files for different variants.
As per above points, I made some changes in Linker file to have a dedicated section(64K) by considering OCRAM area given less ROM area for this controller as below in existing TI Linker file and I am able to have my parameters in that defined address range.
.map file after successful compilation:
But this section of area is not part of compiled Application.Hex, so I couldn’t extract this defined section from compiled Hex file for Calibration tuning using Vector Tool.
>> It is not part of Application.Hex as the area defined in Linker is of OCRAM ?
>> If my CALIB section to be part of Application.Hex , my section configuration in Linker to be only ROM area?
Thanks !