DMA_Config() is only used within DMA_FLASHToRAM.
 
Symbols
loading...
Files
loading...

DMA_Config() function

Configure the DMA controller according to the Stream parameters defined in main.h file

Syntax

static void DMA_Config(void);
Implemented in main.c:107

Return value

None

Notes

This function is used to : -1- Enable DMA2 clock -2- Select the DMA functional Parameters -3- Select the DMA instance to be used for the transfer -4- Select Callbacks functions called after Transfer complete and Transfer error interrupt detection -5- Initialize the DMA stream -6- Configure NVIC for DMA transfer complete/error interrupts -7- Start the DMA transfer using the interrupt mode