Hi,
When the Bootloader calculates the application CRC it takes around 350ms. I saw that it is possible to switch off the crc calculation or to use hash for validation.
- For what is the App validation required?
- After the Update, the bootloader is ensuring that a valid application is available, or?
- So then I have just to ensure that my app is not modifying the app section. Or are there other reasons?
- Why is the startup time not reduced when I am using the hash validation with the cryptocell?
- Is that not possible?
- How I do have to configure the sdk_config.h?
- I read somewhere that the cryptocell is around 20 times faster than the sw function. Is that true, or do I expecting to much?
Thanks in advance