Part Number: TMS320F280025C
Other Parts Discussed in Thread: TMS320F280025
Hello support team,
I was able to perform the CRC calculation for the flash area by referring to led_ex1_blinky.c on one of your forum pages "TMS320F280025: HW CRC programming or code".
I also calculated the CRC value by comparing VCRC with the CRC value calculated by linker and was able to confirm that the results matched.
In led_ex1_blinky.c, I understand that the function vcrc_check() for VCRC calculation is allocated to the flash area, but I would like to know whether I could assign the vcrc_check() to the Boot area and calculate the CRC at boot time, just in case the flash is already corrupted at boot time.
However, I am not sure how to do this process.
Is it possible to incorporate the VCRC calculation into the boot process?
If it is , I would like to know how to do this.
Regards,
Hayao