HardFault_Handler in writing 64bit to Flash
I'm using a Stm32f429VI, and I try to write in 64bit mode to the flash.The system goes every time to HardFault_Handler.In 32bit mode I have no problems.I think there is a bug in FLASH_Program_DoubleWord() function ( instm32f4xx_it.c) : the functi...