I use TMS570LC4357 Chip. The code use as followes,
1. 0x00000000 ~ 0x000FFFFF (Bank 0) : boot loader
2. 0x00100000 ~ 0x001FFFFF (Bank 0) : Version Up code
3. 0x00200000 ~ 0x002FFFFF (Bank 1) : Active code (Normal act)
In initial firmware(download with debugger), I want to check Initial firmware consistency.
So, is it possible to write CRC and Size write in Specific Address in build time(maybe using linker scripe)?
The actual code start at 0x00200100. I want to write the CRC and Firmware size in 0x00200000.
Regards,
Minwoo