STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SB and SFU isolated?

Hey guys, I want to perform a firmware upgrade over the air. And use a UART to connect to IoT device.I use stm32l431xx and it contains hardware for symmetric encryption. And the host device which sends the binary uses stm32l496 has SBSFU.So I have a ...

Vmere.1 by Senior
  • 349 Views
  • 1 replies
  • 0 kudos

When I am building the application for SBSFU for STM32L476 on CubeIDE, I get the following error when I compile the first project : SECoreBin

11:37:30 **** Incremental Build of configuration Debug for project STM32L476RG_NUCLEO_2_Images_SECoreBin **** make all "../prebuild.sh" "../" ../prebuild.sh: cd: line 8: can't cd to ..//../../../../../../Middlewares/ST/STM32_Secure_Engine/Utilities/...

SPand.2 by Associate
  • 672 Views
  • 1 replies
  • 0 kudos

Resolved! How to use OTFDEC with stm32u5 and Zephyr

Hey, I'm starting on using OTFDEC for encryption of data on external OSPI flash, the project i'm working on is based on the Zephyr OS, and as far as i can see there are no examples on how to build an application with the OTFDEC setup using Zephyr. S...

taunboel by Associate II
  • 1005 Views
  • 1 replies
  • 0 kudos

Resolved! Undefined Reference HAL_CRC_Init Function

I want to implement a system so that it retrieves sound by mems microphones and classify it with convolutional neural network. I have spent a lot of times to use BSP Library in my project but I failed. Therefore, I decided to use the code provided in...

0693W00000QMCJIQA5.png

Resolved! How to add external libraries in STM32CubeIDE

Hi, I'd like to know if it is possible to add external libraries on STM32CubeIDE and if yes, how.In particular, I'd like to use cryptographic functions on my NUCLEO-H753ZI. And I found a library on the web I could use in the form of an archive file (...

EBonv by Associate III
  • 15993 Views
  • 20 replies
  • 0 kudos

is it necessary to define PCROP in scatter?

Hi I'm Toni,I try to learn about embedded systems and it's my first time here.I bought stm32h743 and i would like know, If I use the CubeProgrammer to define PCROP area, why do I need to define on scatter?Thank you.

ATorr.7 by Associate
  • 304 Views
  • 1 replies
  • 0 kudos

I am using STM32WB55 controller and Keil as development environment , Using mbedTLS library for SHA256 computation.(mbedtls_sha256_update function from library is used) After datasize of 256 bytes , incorrect SHA is obtained. Are there any additional depe

I am using STM32WB55 controller and Keil as development environment , Using mbedTLS library for SHA256 computation.(mbedtls_sha256_update function from library is used) After datasize of 256 bytes , incorrect SHA is obtained. Are there any additional...

VJadh.3 by Associate
  • 495 Views
  • 1 replies
  • 0 kudos

Hex2bin CRC and HAL STM32 CRC are not the same

HiI tried to generate hex2bin crc32 and then crc32 on stm32 (on words, the rest CubeMX configurations were set to default) , but they are not the same. On hex2bin i can configure big or little endianness, but the result doesn't change and i don't kno...

ELitv.2 by Associate II
  • 787 Views
  • 3 replies
  • 0 kudos