Q: I'm using the Cheetah SPI Host Adapter to send slave select commands across the SPI bus. I referred to your API examples, but I seem to be missing something. The commands I entered:
ch_spi_queue_ss (cheetah,0x00);
ch_spi_queue_ss (cheetah,0x07);
ch_spi_queue_ss (cheetah,0x00);
After executing the commands,...