cancel
Showing results for 
Search instead for 
Did you mean: 

Does STM32H743VIT6 has HASH peripheral?

Anbu
Visitor

 

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.





 

1 REPLY 1
mƎALLEm
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.