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..