I have been scanning the forum for something which matched my question but haven't seen anything. So here goes...
I have a momentary switch connected to the B0 pin. Using #INT_EXT I have had no pro ...
Have you ever used the CCS software based SPI functions?
I understand what you are saying about trying to run totally thru programmed IO and manual monitoring. I don't want to do that if I don't hav ...
I have two processors I want to link with SPI.
16F886 as a master with hardware SPI.
12F675 as a slave with software SPI.
I haven't been really clear on the implementation with the documentation gi ...
I have looked everywhere for an example of SPI where the communication is using the CCS SPI libraries, #use_spi, and spi_xfer() for the communication. My case is where a master is a 16F886 which WOUL ...