User Activity

Why does flasch memory lose saved data after being read and written after power off?Andrzej
How to use HAL_FLASH_Program_IT? I set up: static void MX_NVIC_Init (void){ / * PVD_IRQn interrupt configuration * / HAL_NVIC_SetPriority (PVD_IRQn, 5, 0);HAL_NVIC_EnableIRQ (PVD_IRQn); } ...................... HAL_FLASH_Unlock (); // FLASH unlock fo...
HiHow to read in STM32F746G-DISCO FLASH for a specific address?
HelloI want to write to FLASH variable uint32_t time at power off. Which signal to use for this? greetingsAndrzej
Hi!I have an STM32F746G-DISCO. Backup SRAM is there. How can it be used?Andrzej