Skip to main content
GSain.1
Associate II
April 7, 2025
Solved

STM32 cryptographic firmware library for STM32C071

  • April 7, 2025
  • 2 replies
  • 823 views

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

Best answer by mƎALLEm

Hello,

According to the page X-CUBE-CRYPTOLIB , STM32C0 are not yet supported. May be it will be supported in the future.

mALLEm_0-1744057351691.png

The latest family supported is STM32U0.

2 replies

mƎALLEm
mƎALLEmBest answer
Technical Moderator
April 7, 2025

Hello,

According to the page X-CUBE-CRYPTOLIB , STM32C0 are not yet supported. May be it will be supported in the future.

mALLEm_0-1744057351691.png

The latest family supported is STM32U0.

"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."
Jocelyn RICARD
ST Employee
April 8, 2025

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

GSain.1
GSain.1Author
Associate II
April 8, 2025

Hi Jocelyn,

 

Thank you for your reply. I will try it on STM32C071 today.

 

Gregory

GSain.1
GSain.1Author
Associate II
April 8, 2025

Hi,

 

I confirmed that STM32 Crypto lib works as well on STM32C071.

 

Thanks

 

Gregory