HI :
I am trying to use spi to communicate with a slave device . The slave device only have 3 interfece SDIO SCk NCS. I need to read the register of the slave . According to the datasheet,first i need to send the register address to SDIO ,and delay for a while ,and then read data from SDIO.
My question is can i achieve this with spi_master example in sdk7.2 ; if i can , what should i do? or if i simulate spi by software, where can i get a clock source(1Mhz) .
Thanks!