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! STM32F207 RNG Interrupt

Hello,I'm having trouble getting the interrupt for the RNG on the STM32F207 to trigger. Below is a code snippet of what I'm doing;.void generate_rnd_num(uint32_t *rnd_num) { RNG_HandleTypeDef rng_handler; rng_handler.Instance = RNG // Point t...

Anvi by Associate III
  • 1701 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G431 AES not working

Hello, i have have included the stm32g4xx_hal_cryp.c v1.4.0.The clock is for AES is started (__HAL_RCC_AES_CLK_ENABLE)But the AES Registers are always 0, even writting with a debugger is not possible.Do you have any advice ?With friendly regardsMark ...

xfgdf.1 by Associate
  • 1229 Views
  • 3 replies
  • 0 kudos

STM32F072VBH6

Hello, Is below problem very common for this STM32F072VBH6 MCU? Parts were not blank and have already been programmed we are not able to program parts with our programmersParts bought from online distributor

ENeoh.1 by Associate II
  • 839 Views
  • 3 replies
  • 0 kudos

Resolved! SBSFU user app API extension

My project uses SBSFU template ported to my STM32L496 board. I need to call the crypto library from the user app. UM2262 mentions cryptographic middleware support in sections 6.2.3 and 6.2.4, but it is vague. Are there other documents that explain b...

jrgert by Associate III
  • 1417 Views
  • 6 replies
  • 0 kudos

In SBSFU, bootloader image will be signed?

In SBSFU, bootloader image will be signed? I am using stm32l562e-dk. I want to use SBSFU.1) I Have found the SBSFU example for NUCLEO-L552ZE-Q, but I am not able to find it for stm32l562e-dk. Is it available?2) IN SBSFU when the bootloader is first t...

PYada.1 by Associate III
  • 900 Views
  • 5 replies
  • 0 kudos

SBSFU: Adapting the User Application with .ld linker file

I have successfully taken the sbsfu sample code and gotten it to work on my hardware. Now, I am trying to adapt my existing application to be SBSFU compatible. Section 8.1 of AN5056 tries to explain this but the examples are all for an .icf linker ...

BBouw.1 by Associate
  • 733 Views
  • 2 replies
  • 0 kudos