All Questions
1 question
5
votes
2
answers
6k
views
DMA to Flash for STM32
I am using an stm32f40x microcontroller (UC), and I have to use its internal flash to store some data. The write operation, as you know, is very slow and occupies the UC for very long time. So I ...