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.