STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to program stm32L552 using SWD interface

I use my own application to program different devices, arm in particular. Now, i'd like to support stm32L552. So, if TZEN = 0 it works fine. if TZEN = 1, DBANK = 1, SECWM1_PSTRT - set as secure, SECWM2_PSTRT - set as non-secure, RDP = 0xaa (level 0) ...

TFM and hardfault with NonSecure application

Hi,We are currently using an stm32l5 in our product and experimenting with a stm32L562E-dk and with the official TFM (https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git master branch on the latest commit at this date.) The TFM is unmodified...

romain2 by Associate III
  • 822 Views
  • 5 replies
  • 0 kudos

Resolved! Serial DFU of Secure Firmware Fails

I'm attempting to use the serial bootloader to load a secure firmware image to an STM32L5 using STM32CubeProgrammer. I can successfully connect to the board in bootloader mode and perform a full-chip erase, but attempting to download the image (eithe...

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

Not able to start time 7 as interrupt in bootloader

I am using STM32L562-DK for my development, I am using SBSFU.In bootloader, I want to use timer 7 as an interrupt. I am configuring it as followingTIM_HandleTypeDef    htim7;void TIM7_IRQHandler(void){ /* USER CODE BEGIN TIM6_IRQn 0 */ /* USER CODE E...

PYada.1 by Associate III
  • 980 Views
  • 14 replies
  • 0 kudos