LL_MemcpyDma

This commit is contained in:
Attila Body 2019-11-04 14:26:48 +01:00
parent 4de62c7f74
commit bdc796a8ce
8 changed files with 45 additions and 19 deletions

View file

@ -35,6 +35,7 @@ extern "C" {
}
#include "globals_cpp.h"
#include "ll_memcpydma.h"
extern "C" {
@ -427,7 +428,7 @@ void DMA2_Stream2_IRQHandler(void)
void DMA2_Stream3_IRQHandler(void)
{
/* USER CODE BEGIN DMA2_Stream3_IRQn 0 */
HandleMemcpyDmaIrq();
f4ll::LL_MemcpyDma::Instance().DmaTransferCompleted();
/* USER CODE END DMA2_Stream3_IRQn 0 */