Hi,
Precondition:
I am using TMS570LS controller, I Flashed the bootloader available in FLASH BANK 0 of TMS570LS through CCS.
Now,
I developed one model through MATLAB and compiled through TargetLink software. As a result of compiling through PIL(Product in Loop) mode, TargetLink software generated executable files for the MATLAB model in SREC (S - Record) and FLD (Fast-Download).
This SREC file format holds the starting address which is going to execute after flashing this FLD file. I flashed this executable file in FLASH BANK 1 of TMS570LS through TargetLink software itself and i verified that too.
But the SREC file holds the starting address of FLASH BANK 0 (0x00000000) always, Instead of FLASH BANK 1.
Please tell me, is that any other way to code the linker command file to start the execution from FLASH BANK 1?
Thanks and Regards
Gowdham Natarajan