Part Number: TMS320F280025
Other Parts Discussed in Thread: C2000WARE
Hi,
To generate CRC on a block of flash using crc() operator at link time for 28002x controller
1. Use v21.6 compiler
2. Select vcrc as the vcu support option
3. and modify linker command to use crc() operator on memory and set a section for the crc value using .TI.memcrc
To validate CRC generated on a block of flash using crc() operator, at run time (during bootloading) for a 28002x controller
1. Select vcrc as the vcu support option
2. Include c28x_vcrc_library_fpu32 as library
3. Include vcrc_configpoly.h
Please let me know if this correct.
Regards,
Harsha