I used the MCC to setup the SPI1 on a PIC24F. I can see the clock and CS signals, but no data on the MOSI line. I set the PIC up as the master in 8 bit mode. I'm using the function, SPI1_Exchange8bit( uint8_t data) to send data. I have it interfaced to an..
↧