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! 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
  • 20015 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
  • 570 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
  • 836 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
  • 1278 Views
  • 3 replies
  • 0 kudos