Question
STM32L4R9I Fast Program issue
I referenced the example from STM32CubeL4-master and run the Flash_FastProgram example,
but when I execute to this line
*dest_addr = *src_addr in FLASH_Program_Fast(uint32_t Address, uint32_t DataAddress),
it will go to HardFault Handler, have any ideas?
Thank you and best regards.
