STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

include Crypto Library in STM32CubeIDE

hello,This is an old thread but I hope to get an answer here.I'm using NUCLEO-L496ZG-P, and I have data to decrypt (AES128 CBC).I'm using the STM32CubeIDE to compile.I'm trying to use the Cryptolib but didnt get how to do so. I did download "en.x-cu...

YLAZREG by Associate
  • 364 Views
  • 0 replies
  • 1 kudos

Resolved! STM32 crypto library package (X-CUBE-CRYPTOLIB)

Hi, I’m trying to use the cryptographic library on a board based on STM32L152CBT6-A to encrypt data to be sent. I tried to replace the files inside the “Driver�? folder but it did not work. Does anyone know how to use the library and import it correc...

FForm by Associate II
  • 2586 Views
  • 9 replies
  • 0 kudos

When using X-cube-sbsfu, why is swap area size constrained to be at least equal to the size of the largest flash sector? Is there a way to modify SBSFU to work with a smaller swap area?

On STM32F746, largest sector is 256K and total flash size is 1M. This means that 1/4th of our flash is lost to the swap area. As a result, we do not have enough flash memory left to implement the dual image variant. We are now trying to optimize the ...

tomptz by Associate II
  • 620 Views
  • 2 replies
  • 1 kudos