STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Does Stm32l496zgt6 have AES hardware

Hi,I'm working on STM32L496 for some security application, as per L4 series documents I see that L4 series controllers has AES hardware, but in my IOC settings under security option I don't see the AES. Why is this? does it mean STM32L496 doesn't hav...

ML2020 by Associate
  • 1031 Views
  • 3 replies
  • 1 kudos

External PSRAM not working when using SBSFU

Hi,In my application using stm32l496zgt6 I'm using DCMI to capture Image and storing image Data in External PSRAM  , this code works fine, Problem is whenever integrating this piece of code with application using SBSFU, As soon as MX_FMC_Init(); func...

RSA Pair Key generation on STM32L496

Hello,I am working on STM32L496, that does not have an AES hardware encryption, and i wanted to generate a pair of RSA Keys, public and private keys.I wonder if i can use mbedTLS or any library to do so or not?If i can do it, is there any example or ...

aybood by Associate
  • 445 Views
  • 1 replies
  • 0 kudos

STM32H743 RDP Level 1

Hii dont fully get what is possible under RDP Level1 on STM32H743. I have a application which loads credentials into SRAM2. AN5156 writes that debug accesses to SRAM2 are forbidden. As it seems i can still read SRAM2 via STM32CubeProgrammer but the d...

bgi95 by Associate
  • 1445 Views
  • 1 replies
  • 0 kudos

Resolved! DIfference in results based on different AES mode

If I use AES mode CRYP_CR_ALGOMODE_AES_CBC, the decryptedText array does not match with the last 3 uint32_t values in the array. Same goes with ECB mode. However, when GCM or CCM modes are used, the decrypted data is same as the plain text. I could n...

abtom87 by Associate II
  • 1464 Views
  • 9 replies
  • 3 kudos

SBSFU Warray-bounds error when compiling data_init.c

We are updating our buildtools to GNU Tools for STM32 11.3.rel1 for a new project that is using an existing SBSFU 2.4.0 based bootloader from a previous project that was using an older compiler. Trying to compile the bootloader gives following errors...

sute by Associate III
  • 918 Views
  • 3 replies
  • 0 kudos