Is there any way to calculate particular CRC-codes for different sections?
I like to use different CRC codes for boot section and for normal program memory.
for example:
CRC1 located at 0xFF7FFFFC for boot ROM (0xFF7FC000-0xFF7FFFFB)
CRC2 located at 0xFFFF0000 for program ROM (0xFFFF0002-0xFFFFFFFF)
Is there any linker option or subcommand to do this?
Thanks in advance for your aswers.
Best regards.