stm32l152: bootloader firmware flashing crash using page program flash
Posted on May 22, 2012 at 15:58Hello, my bootloader reflash routine works properly using FLASH_FastProgramWord(). To speed-up the procedure I tried using the faster Page Program FLASH_If_Write() function but most of of the times I get crashes. Can a...