STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-SBSFU Partial Image Explanation

Hi All,I've got a question about the documentation and operation of the SBSFU partial image generation.The partial image feature of the image preparation tool is documented in the appendix of the getting started document here: https://www.st.com/reso...

wwoolsey_0-1719348248508.png wwoolsey_1-1719348320089.png
wwoolsey by Associate
  • 281 Views
  • 2 replies
  • 1 kudos

Resolved! CRC-16-IBM using HAL APIs

Hi community, I am working on CRC generation with polynomial 0x8005 and initial value 0x0000, so I configured it as belowI am using the data as shown below and the CRC should be 0x43B8 but the value got from the API is different. So I am missing some...

_legacyfs_online_stmicro_images_0693W00000bkgUXQAY.png

RTOS on TrustZone MCU STM32U5

Hello Support Team.Good Day.We have chosen the STM32U585ZIT6Q (-40C to 85C, LQFP -144 pins, with trust zone core) controller for our product.According to the firmware architecture, we intend to create two separate partitions, one for safety-critical ...

_legacyfs_online_stmicro_images_0693W00000biNLNQA2.png

Using MX to locate IVT in RAM

I am using the STM32F746VET6 which was setup with STM32CubeMX project. In the code it creates I see there's a STM32F746VETX_RAM.ld linker file and a #define VECT_TAB_SRAM to locate the IVT in RAM, but I don't see in MX where I specify that I want the...

RBack.1 by Senior
  • 1277 Views
  • 12 replies
  • 0 kudos

AES encryption not working

Dear Team,I want use inbuild AES encryption engine to encrypt the data, therefore I used CubeMX to initialize the AES engine, when i'm going to encrypt the payload, it stuck in static HAL_StatusTypeDef CRYP_WaitOnOFNEFlag(CRYP_HandleTypeDef *hcryp,...

vchau.2 by Associate III
  • 863 Views
  • 5 replies
  • 0 kudos

Resolved! How to import "CryptoAuthLib" to existing project?

I am currently working on a STM32F767ZI-Nucleo board and a little security chip (microchip atecc508a), that is connected via i2c connection. For this chip is a library available CryptoAuthLib (https://github.com/MicrochipTech/cryptoauthlib), that I w...