User Activity

Hello everyone, I am developing a simple bootloader application where I have the bootloader code located at 0x8000000 and the main firmware at 0x8008000.To jump from the bootloader to the firmware code I am using this code: typedef void (*pFunction)(...
Hello everyone,I was wondering the proper way to use the STM32_CHACHA_20_Encrypt() and STM32_CHACHA_20_Decrypt() functions available on the ST CryptoLib. I run the standard demo code on a STM32F072C8 MCU and it apparently run correctly, returning PAS...