STM32G030 - FLASH - Fail to use FLASH_Program_Fast
Hi!I am using STMCube IDE and a STM32G030F6I am trying to implement a code that writes variables to the flash. And I was able to make it work, with some limitations...THIS CODE WORKSunion { uint8_t regs[6]; uint64_t data; } mem; uint64_t *my...