Configure_DMA() function
This function configures the DMA2 Stream 0 to copy data from Flash memory(aSRC_Const_Buffer) to Internal SRAM(aDST_Buffer).
Syntax
void Configure_DMA(void);
Return value
None
Notes
This function is used to : -1- Enable DMA2 clock -2- Configure the DMA functional parameters -3- Configure NVIC for DMA transfer complete/error interrupts Peripheral configuration is minimal configuration from reset values. Thus, some useless LL unitary functions calls below are provided as commented examples - setting is default configuration from reset.