STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello, I have a project that i have imported but when I try and build it i get this error. Any help would be appreciated as I am new to STM32CubeIDE.

16:11:04 **** Build of configuration Debug for project 16174prog07_2_Images_SECoreBin ****make all "../../prebuild.sh" "../.."../../prebuild.sh: cd: line 12: can't cd to C:/Users/michael/STM32CubeIDE/Integ/Docs: No such file or directoryprepareimage ...

MHarr.8 by Associate II
  • 659 Views
  • 6 replies
  • 0 kudos

Resolved! SBSFU and Firmware Encryption

I'm currently investigating SBSFU options for STM32 and it seems like the base package incorporates authentication of the firmware based on on digital signatures (ECDSA, edDSA etc.) but does not incorporate firmware encryption. I have an additional r...

RKher.1 by Associate III
  • 338 Views
  • 2 replies
  • 0 kudos

STM32F439 AES TCP/IP Encrypt Problem

Hello Dear Friends! I use STM32F439 MCU and it has AES encryption peripheral. I tried to encrypt data in the format of uint32_t and it encrypted data and I tested it successfully on online tools. However, I wanted to encrypt data in the format of cha...

Resolved! x.509 support in CryptoLib 4.0?

I was looking over the example projects that come with CryptoLib v4.0 in the package en.STM32CubeExpansion_Crypto_v4.0.1 for examples related to X.509 certificate handling and was not able to find anything in that regard. I wanted to confirm whether ...

RKher.1 by Associate III
  • 394 Views
  • 2 replies
  • 0 kudos

Resolved! Some questions regarding the SBSFU loader

I couldn't find any clear explanation for the term loader on an5056 and um2262.Maybe it is so obvious for others but unfortunately not for me:\ So here is my questions regarding loader and appreciate you helping me understand it well.What is the load...

port SBSFU to an stm32f756 project

Hi, I want to port SBSFU to my project which was written for the STM32F756VGT microcontroller by Keil.So I have some questions regarding this situation.At first, I took the `STM32F769I-Discovery` example of SBSFU as a base project that I need to make...

Where is the YMODEM code located for SBSFU?

What .c file has the code for the YMODEM portion of the SBSFU pictured below ?I have found the string "File> Transfer> YMODEM> Send" a few times, but when I changed the string to test if I found the correct area, nothing changes in the picture above....

0693W00000GW7cAQAT.png 0693W00000GW7dXQAT.png
FWguy by Associate II
  • 589 Views
  • 9 replies
  • 0 kudos

LInk Errors libSTM32Cryptographic_CM0_CM0PLUS.a

Hi, I am implementing ECDSA signing functionality based on some sample code in the package en.STM32CubeExpansion_Crypto_v4.0.1. I am getting the following linker error. What am I missing? Thanks! c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.s...

RKher.1 by Associate III
  • 273 Views
  • 3 replies
  • 0 kudos

Resolved! Hello, I'm curious to know how to add a secure boot feature on the STM32429I-EVAL1. I would like to allow the boot on a bootloader located in the flash memory, only if this one is known by the internal bootloader.

I'm trying to add a authentication mechanism with a symmetric key stored in the system memory but I'm not sure if it's the right way and i also don't know how to store this key in the system memory.I read about SBSFU but not sure about it.Kindly advi...

Jmail.1 by Associate
  • 317 Views
  • 3 replies
  • 0 kudos