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! Compile SECoreBin without main

Hi.I am trying to compile the SBSFU project for STM32L, more exact i am using b-l475e-iot01a.I have put together the following makefile, trying to compile SECoreBin, but i cannot work out how to link it together without getting /usr/lib/gcc/arm-none-...

MKoch.15 by Associate II
  • 2193 Views
  • 8 replies
  • 0 kudos

Activation of Readout protection from user application

Hi,I am trying to implement readout protection on my stm32f427VG. I want to apply Read protection Level 2 from the user application or bootloader code in the flash. My custom bootloader resides in flash at address 0x00000000.

ATewa by Associate
  • 472 Views
  • 0 replies
  • 0 kudos

Hardware Crypto support for mbedTLS on STM32F7

I found from this question, on May 2017,https://community.st.com/s/question/0D50X00009XkXqzSAF/why-mbedtls-which-is-part-of-stcube-116-release-does-not-contain-hw-acceleration-codethat hardware crypto support was in development for mbedTLS.When we wi...

Use of STM32L4 HAL_CRYP hardware in LORAWAN

I've tried to find an example code of use of crypto harware accelerator in LORAWAN but i haven't been able to find any . Does someone have an example expecially concerning the use of AES CMAC?Regards

JVida.18 by Associate II
  • 1413 Views
  • 3 replies
  • 1 kudos

STM32L1xxx Hardware CRC calculation

I am working on STM32L151QD MCU. I want to implement CRC feature in my application using STM hardware CRC block.i am trying below steps to configure HW CRC:uint32_t crc; uint32_t t_buffer[4] = {1,2,3,4};  RCC_AHBPeriphClockCmd(RCC_AHBPeriph_CRC, ENAB...

Rekha.k by Associate II
  • 1239 Views
  • 2 replies
  • 0 kudos