2004-05-20 02:06 PM
2011-05-17 03:00 AM
Hi,All
There is a host spi controller in upsd33xx series,but only one spi slave chip select signal is provided, how can I connect another spi device? I can use cd4051 cmos swicth to do this, but I want to know whethwer GPIO pins such like P1 port can be used as chip select signals? Thanks!2011-05-17 03:00 AM
just clear SSEL bit to disable the CS line, then you can use GPIO to manually set the CS line of your choice before loading the data.
Regards sjo2011-05-17 03:00 AM
that is to say those signal spicclk,spirxd,spitxd will run normally in SPI interrupt mode using GPIO as chipselect signals of other spi slave device! is it OK?