STM32 MCUs Security

Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Undefined symbols from libSTM32Cryptographic_CM4.a

Hi,We are migrating our code from using M3_CryptoFW_RngHW_2_0_6 to using libSTM32Cryptographic_CM4.a. Our target is STM32F405VGTx. When compiling we get a linker error from the library itself (cmox init is part of the ST lib), not from a function our...

YCohe.1 by Associate
  • 2186 Views
  • 2 replies
  • 0 kudos

[STM32L496] Jumping from bootloader to user Application with RDP enabled doesn't work without going through a power cycle.

I'm currently testing the UART bootloader on a NUCLEO-L496ZG-P, the bootloader itself works fine and i've written a python script which can upload .bin files to the controller.The problemi'm having is that the product will need Readout Protection in ...

Janek1 by Associate II
  • 1069 Views
  • 4 replies
  • 0 kudos

Resolved! Cannot Set DMA to Secure (CCRx SECM)

I'm attempting to configure peripherals in STM32CubeMX, but I'm getting error_handler calls from my DMA configuration for ADC1.All the necessary peripherals (DMA1 channel1, ADC1) are configured as secure in CubeMX, but when HAL_ADC_MspInit attempts t...

MBand.3 by Associate III
  • 812 Views
  • 1 replies
  • 0 kudos

from AWS IoT expansion package, ST use secure element STSAFE-A110. ST also provides middleware and SBSFU etc to support secure boot and AWS secure communication. My question is how difficult of using other secure element ATECC608A?

I think using other secure element should feasible, but not sure how difficult it is.As ST provides a set of tools like SBSFU etc middleware, may I know is that easy to change to support other secure element other than STFAFE-A110?

jiangpen by Associate II
  • 462 Views
  • 1 replies
  • 0 kudos

Resolved! How to see the return value of the CRC_CalcCRC();

hi here I am configure the CRC register of STM32f469IITx I am using the function CRC_CalcCRC(); to generate the crc for 32-bit data.i am not getting the crc please any one help me.uint32_t data=0xAAAAAAAA;uint32_t crcvalue=0x00000000;how i am using ...

Trinu by Associate III
  • 699 Views
  • 2 replies
  • 0 kudos