Skip to main content
Visitor II
August 29, 2025
Solved

Does STM32H743VIT6 has HASH peripheral?

  • August 29, 2025
  • 1 reply
  • 690 views

 

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.





 

This topic has been closed for replies.
Best answer by mƎALLEm

Hello and welcome to the ST community,

STM32H743 doesn't support any Crypto peripheral. So you need to use STM32H753 instead.

1 reply

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
August 29, 2025

Hello and welcome to the ST community,

STM32H743 doesn't support any Crypto peripheral. So you need to use STM32H753 instead.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.