moved more functionality from exceptions.S to interrupts.c. Added debug

printouts to MMU page fault handler
This commit is contained in:
Markus Fröschle
2014-09-07 10:57:58 +00:00
parent c5cb279745
commit 7ea7b91e9d
5 changed files with 54 additions and 115 deletions

View File

@@ -26,8 +26,8 @@
#include "MCD_dma.h"
#include "bas_string.h"
#define DMA_INTC_LVL 1
#define DMA_INTC_PRI 0
#define DMA_INTC_LVL 5
#define DMA_INTC_PRI 3
void *dma_memcpy(void *dst, void *src, size_t n);