Hi,
I have an application that is loaded from an external flash. it contains 2 apps: one app resides at flash address 0x100000 and the other at flash address 0x200000. I want to implement an SSL that resides at flash address 0.
the SSL will load the app1 if its CRC is O.K, and if not, it will load app 2 ( if its CRC is O.K). Can you supply a project that shows how to do that ? I encounter difficulties. Should I use adi_rom_Crc32Init
or adi_rom_Crc32Poly ? if so, how do I use it ? can you please generate some example for me ? please, I am lost.
Thanks, Alon