User Activity

I'm trying to erase a Flash Page of from my firmware Application with STM32L4R5 using the function 'HAL_FLASHEx_Erase()'. The Application Presence Key is stored in this page. It needs to be erased by the Application to activate the Bootloader (this i...
Hi,I'm using an S-record file to update the MCU Firmware Application of STM32L4R5 through a Bootloader.Most Row Addresses of the S-records in the file are at the 16-byte offset of a flash row (e.g. 0x08010010, 0x08010020, 0x08010030) but there are so...
Hi,I'm novice with the STM32 microcontrollers and this community.I'm trying to write to the flash memory of STM32L4R5 in 'FLASH_TYPEPROGRAM_FAST' mode of the HAL_FLASH_Program().The flash of the MCU is configured as Single Bank.Writing to the flash o...