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! A problem in Building SBSFU projects

I went through the MOOC part 6 and I thought of creating a new project for Nucleo -L476RG (from the scratch), I Created a new code using CubeMX (Use same pins ands USART) and followed the same steps as video 2,4 as describes. but once I use FLASH_SBS...

Roshan by Associate III
  • 1548 Views
  • 6 replies
  • 0 kudos

Resolved! Cryptographic Library VFP support on STM32F7

Currently working on a Bitcoin hardware wallet on the STM32F7 Discovery platform. I wanted to use the cryptographic library to secure information stored in the EEPROM as well as perform hashing functions. VFP is not supported in libSTM32Cryptographic...

Russeree by Associate II
  • 877 Views
  • 1 replies
  • 0 kudos

Resolved! How to use BOOT0 in SBSFU?

Hi all, I am porting the SBSFU to the custom STM board which is running in the Stm32L476JGYx. Normally user button is connected to the PC13 in the Nucleo board and in my custom PCB I made the user button for the Boot0 (PD7) I use this only for the bo...

Roshan by Associate III
  • 847 Views
  • 5 replies
  • 0 kudos

STM32F439ZI, the HASH_Start_DMA() function works as expected if the size parameter is 16, elsewhere it doesn't calculate anything

I'm trying to use the STM32F439ZI HASH accelerator with the following code:#define INPUT_SIZE 16 static uint8_t hash_test_buffer[224] = {0};   static uint8_t hash_test_output[224];   HASH_Start_DMA(&hhash, hash_test_buffer, INPUT_SIZE, HASH_ALGOSEL...

DFogl.1 by Associate
  • 444 Views
  • 0 replies
  • 1 kudos

Cryptolib RSA Nucleo-L476RG working slow

Hello to all!Using X-Cube-Cryptolib for RSA algorythm on Nucleo-L476RG board, encryption and subsequent decryption of demo message going very slow - 2 seconds, its mostly decription, i using hardware timer2 for time measuring.Is there any ways to re...

Wladimir by Associate II
  • 1729 Views
  • 14 replies
  • 0 kudos

Resolved! STM32WL55 SBSFU is not compiling on MacOS

Hello,I am working on a project using STM32Cube_FW_WL_V1.0.0.I cannot compile the 1_Image_SECoreBin project included in the BFU_1_Image sample project.I am using STM32CubeIde on macOS Catalina.I have also read these manuals."Getting started with the ...

0693W00000AMSsKQAX.png
FYASA.1 by Associate II
  • 1210 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeWL SBSFU compile error on Windows

Hi there,I am trying to compile the SBSFU_2_Images_DualCore project.Although I did it in the correct order according to the document "Getting started with the SBSFU of STM32CubeWL (UM2767)". I am getting a compiler error. I'm sure that, compiling the...

0693W00000AMa5BQAT.jpg
FYASA.1 by Associate II
  • 1196 Views
  • 2 replies
  • 0 kudos