[STM32H750][X-Cube-Crypto] Hash/SHA 256 lib giving Hardfault
Hello,
I am using STM32H750 and X-Cube-Crypto lib.
I am working on a secure boot and want to calculate the app Hash value to check integrity. The library works fine for STM32L5 Mcu (Already tested) but not with STM32H750. I verified that I am using the correct lib libSTM32Cryptographic_CM7.a.
The issue I get is a Hardfault triggered by a function in the lib. When I investigated more, I found that The Mcu tries to load data from a Peripheral Register not mapped for STM32H750 MCU.
What do yo think could be the issue?
Thanks,
Ayoub
