Post Go back to editing

Add user space CRC to hex file using CrossCore IDE

I am working with the ADuCM3029 MCU and, for my application, I need to verify the user code integrity. I have been following this user guide (https://www.analog.com/media/en/technical-documentation/user-guides/ADuCM3027-ADuCM3029-User-Guide-UG-1091.pdf) and I verified that the security options were correct (CRC protected user code length is 128 pages). According to the guide, the user code CRC should then be stored at address 0x3FFFC. However, I wasn't able to find any setting in CrossCore related to checksum generation. How do I go about doing this?

Thanks in advance.

Parents Reply
  • Hi! I had already posted this question in the ULP Microcontrollers forum but I was instructed by AD via e-mail to post it here in the IDE forum. My objective is to add the CRC of the user code to a specified memory location on compile/linking time, as we can do using IAR. I can't, however, find an option to do this in CrossCore.

    Thanks

Children