2025-08-29 6:57 AM
1.Does the STM32H743VIT6 microcontroller include a HASH peripheral that supports SHA-256 operations?
I am planning to implement HMAC-SHA256 verification for my application, but I have not found clear documentation confirming the presence of a compatible HASH peripheral.
2.If I implement HMAC-SHA256 purely through software, how much time will it take to compute the hash for 1MB of flash data?
I would like to understand the performance implications of a software-based approach compared to using the hardware HASH peripheral.
2025-08-29 7:18 AM - edited 2025-08-29 7:22 AM
Hello and welcome to the ST community,
STM32H743 doesn't support any Crypto peripheral. So you need to use STM32H753 instead.