Quantcast
Channel: MPLAB Harmony
Viewing all articles
Browse latest Browse all 7442

CRC calculation using DMA with internal DDR (Insignals)

$
0
0
I am having issues when trying to calculate the CRC of data stored in the internal DDR on a PIC32MZ2064DAH169. I have the following code.

uint8_t __attribute__((coherent)) __attribute__((aligned(16)))test;

DMACopyHandle = SYS_DMA..


Viewing all articles
Browse latest Browse all 7442

Trending Articles