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

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
  • 808 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
  • 5800 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
  • 2324 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
  • 2316 Views
  • 2 replies
  • 0 kudos

Help in SBSFU memory

Hi all,I generated the SBSFU file. now i am getting another issue, I was thinking to program the .bin file using CubePrg (DFU method)so I loaded the .bin file which created using sbsfu, then I set the start address as 0x080000000 or 0x0 and trying to...

Roshan by Associate III
  • 1088 Views
  • 2 replies
  • 0 kudos