Re: Adding extra SPI devices?
Reply #1 –
Hey Will - Check in the PIC datasheet IO section under Peripheral Pin Select, or look through the init function of some of the server demos. The SPI functions are not fixed to any pin, they are assigned using the PPS function. I didn't see the setup in your code (maybe I missed it), but unless you assign pins to each SPI function they won't input or output anywhere.