2025-04-07 12:22 PM - last edited on 2025-04-07 1:11 PM by Andrew Neil
Moved from MPUs forum: STM32C0 is an MCU - not an MPU.
Hi,
I am not sure if STM32 cryptographic firmware library can run on STM32C071 because this microcontroller does not have embedded Crypto (Hardware) ?
Thanks
Gregory Saint-Jean
Solved! Go to Solution.
2025-04-07 1:23 PM
Hello,
According to the page X-CUBE-CRYPTOLIB , STM32C0 are not yet supported. May be it will be supported in the future.
The latest family supported is STM32U0.
2025-04-07 1:23 PM
Hello,
According to the page X-CUBE-CRYPTOLIB , STM32C0 are not yet supported. May be it will be supported in the future.
The latest family supported is STM32U0.
2025-04-08 12:33 AM
Hello @GSain.1
The X-CUBE-CRYPTOLIB has currently no support example for STM32C0.
Now this library is only Cortex dependent. So, just porting a G0 or U0 example to C0 should work.
The library is software implementation only.
Best regards
Jocelyn
2025-04-08 5:09 AM
Hi Jocelyn,
Thank you for your reply. I will try it on STM32C071 today.
Gregory
2025-04-08 6:48 AM
Hi,
I confirmed that STM32 Crypto lib works as well on STM32C071.
Thanks
Gregory