Solved
Programming flash with DMA
Hello,
I would like to know if it's possible to write from RAM to FLASH using a DMA.
I tried to configure a DMA as memtomem, using the HAL_DMA_Start function but it doesn't work.
Is it doable ?
Thank you.
François
Hello,
I would like to know if it's possible to write from RAM to FLASH using a DMA.
I tried to configure a DMA as memtomem, using the HAL_DMA_Start function but it doesn't work.
Is it doable ?
Thank you.
François
It adds complication without any benefits or advantages, and is not a use case that is likely to work.
Check the error/status thrown by the DMA controller. It is likely not an error that can be resolved by hitting it harder.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.