STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Distro INfluence on security

HelloI am using Buildroot instead of Yocto with STM32MP157C and I wanted to know if there is a difference while parametrizing security features on my MPU and if the community.st.com website is relevant in my case or not.Best regards

STM32F767IG7x+SBSFU

Running USB virtual serial port program separately is normal,but download the virtual serial program through sbsfu, USB can't recognize it.Can you give me some suggestions,thankyou very much.

Skaix.1 by Associate
  • 406 Views
  • 2 replies
  • 0 kudos

STM32L476RG_NUCLEO_2_Images_SBSFU doesn't build

I'm trying to finish a first homework related to the SBSFU. I can build the SECoreBin project which at the end generates the SECoreBin.bin file. So it works fine. Next I try to build the SBSFU project but then I get "Nothing to build for project STM...

MPyt.1 by Associate
  • 347 Views
  • 2 replies
  • 0 kudos

Read protection self reset

I'm trying to set read protection on STM32F412 to level 1 via JLink during initial flashing. I'm issuing next commands:J-Link>w4 0x40023C08 0x08192A3B Writing 08192A3B -> 40023C08 J-Link>w4 0x40023C08 0x4C5D6E7F Writing 4C5D6E7F -> 40023C08 J-Link>me...

confucij by Associate II
  • 885 Views
  • 7 replies
  • 0 kudos

Add CRC value to axe file

Hi all,I'm trying to add the STM CRC32 to the hex or axf file, after this I need to convert it to .bin file because I've a Bootloader and I want to check the CRC32 to see if there's a valid image stored. I'm using srec_cat but doesn't work. Thanks.