STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Warnings while using CRC drverfiles

Hello All,We have designed a custom board with STM32F777IITx MCU on it, where i am using ST Micro's CubeMX with Atollic True Studio for developing the code.Now I am also using a USB host peripheral and reading data from USB device now this data read ...

0690X00000AsYRiQAN.png

Resolved! LwIP with SBSFU

Hello,I'm trying to get LwIP working on a STM32F769I-DISC1 board but with the SBSFU bootloader.I started out with a basic project, generated with CubeMx, that sends UDP packets every 500ms (no operating system, just LwIP Raw API). This works, the boa...

Arno1 by Senior
  • 639 Views
  • 10 replies
  • 0 kudos

CRC generation while generating binary file

Hello All,We have designed a Custom Board with STM32F777 MCU chip and are using Atollic Truestudio with ST Micro's CubeMX for development.I have implemented a USB boot loader for the same hardware which is working fine with the Custom Board.Now i wan...

Version 2.2 bug 'mergesbsfu' bug

Hi,Upgrading to version 2.2.0 i get this error using the option " --mergesbsfu" (Add a binary header and a sbsfu segment to an elf file):arm-none-eabi-gcc -o "STM32F769I-Discovery_AWS.elf" @"objects.list" -mcpu=cortex-m7 -T"../STM32F769NIHx_FLASH.l...

Hardware accelerated Crypto: AES CTR mode

I am using multiple MCUs: STM32F733, STM32L433, STM32L443.In STM32CubeExpansion_Crypto_V3.1.0 I am using the software AES CTR encryption (Inc/AES/CTR/aes_ctr.h). I use AES_CTR_Encrypt_Init / AES_CTR_Encrypt_Append / AES_CTR_Encrypt_Finish methods. Th...

NDefr by Associate
  • 228 Views
  • 0 replies
  • 0 kudos

STM32F756 MD5 hash wrong result

I'm using the hardware hash processor of an STM32F756 to calculate the MD5 of string "user:realm:password", but the result is wrong. I'm using the HAL library, this is my code.static void AuthRespCalc(char * username, char *realm, char * password) { ...

MMarq by Associate
  • 365 Views
  • 2 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...

CRC16 CCITT/AUG bad CRC generation

Hi guys,I am testing the CRC hardware of the STM32F722ZE in the NUCLEO board, but doesn't get a right result.The CRC keys are: Poly=0x1021 and INIT value=0x1D0FMy two data input of 16-bit wide is: [0]=0x0031 [1]=0x0032.Some CRC calculators gives 0xEA...

RCata by Associate III
  • 748 Views
  • 5 replies
  • 0 kudos