SPI documentation question The first has NSS on D10.What is NSS? The chip I am using will alwase be selected so could I switch the spi port the data is going to to send different data to 2 spi devices on the maple? Also can the pins be used as GPIO pins after the data is loaded into the device?
The sclk would clock data to a high speed usb module after the spi interface loads the registers.
THe slave chip issues a data ready on its drdy pin so would I test for that then run the spi function?
The Maple has two SPI ports. The first has NSS on D10, MOSI on D11, MISO on D12, and SCK on D13.
could the modes be described in a table?