User Activity

Hi all,Having developed a custom bootloader for our STM32L4R5ZITXP-based board, we are able to flash new applications using this bootloader and then jump onto them. Everything looks good until the FreeRTOS kernel is started at osKernelStart(). Then t...
I'm taking STM32Cube and the CRYP example for NUCLEO-L496ZG as the basis for a new HW AES encryption Arduino library. I'm currently developing for the STM32L476 MCU and here I found the first problem since stm32l476xx.h does not seem to include the n...