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! Cannot debug the AWS demo on B-L475E-IOT01A1

Dear all,For an IoT project I would like to run the demo of the AWS package provided by ST but for some reason I could not manage to debug the demo project.To do so I have downloaded the X-CUBE-AWS_v2.0.0 package and used the following ressources : S...

VSpad.1 by Associate II
  • 1832 Views
  • 7 replies
  • 0 kudos

Firmware CRC / Debugger

Dear allI want to check flash integrity with CRC checksum – IAR workbench has built-in features to calculate and add the CRC to the firmware.Under STM32CubeIDE I use a post buildsrec_cat.exe firmware.bin -binary -stm32-l-e 0xEFFC -o firmware_withCRC....

FWege.1 by Associate III
  • 1372 Views
  • 1 replies
  • 0 kudos

Resolved! YMODEM for SBSFU safe enough?

Hi,I have seen, that for the bootloader with just one image, it is only possible to use the YMODEM with UART for updating the firmware with the SBSFU. Now what I'm am concerned about is, that the YMODEM seems not to be very error tolerant. So, what f...

STsch.1 by Associate III
  • 1274 Views
  • 4 replies
  • 0 kudos

SBSFU - Improve boot time not working

Hi,When I have a look at the AN5056(https://www.st.com/resource/en/application_note/dm00414677-integration-guide-for-the-xcubesbsfu-stm32cube-expansion-package-stmicroelectronics.pdf), there is a possibility on page 39 to improve the boot time. That ...

0693W00000HrGTdQAN.png 0693W00000HrGZBQA3.png
STsch.1 by Associate III
  • 783 Views
  • 2 replies
  • 0 kudos

Resolved! AES_GCM Acceleration: Mismatch between Accelerator and MbedTLS & Header size forced to 1 by CubeMX

Hi,I am currently trying out the AES Accelerator of the STM32WB55, using the HAL. It is working fine on its own, but I am unable to get matching results to MbedTLS. So Ciphertexts and Tags generated by the Accelerator are not matching those generated...