Resolved! Writing data from RAM to Flash with DMA
Hello, i'm wondering if it is possible to copy data from RAM to flash using DMA after unlocking the FLASH memory static const uint32_t src[4] ={80,20,30}; static uint32_t dst = 0x080E0000; __HAL_RCC_DMA1_CLK_ENABLE(); dma_handler.Instance = DMA1...