memory backup within strict time limit (10s max) on STM32L4R9
Hello everyone,I’m currently working on developing a bootloader, and I’m trying to implement a memory backup function. My goal is to copy 158 pages of 4 KB from BANK1 to BANK2.I’ve written software that uses the standard copy function with FLASH_TYP...