I am trying to get the SPI module to work on the new PIC32MZ ESK. Here is my code: #include "controlSystem.h"
#include "hardware_config.h"
unsigned int SPI3RDATA;
void initSPI3(void)
{ // setup SCK pin ANSELBbits.ANSB14 = 0; // 0 = digital CNPUBbi..
↧