I have a doubt on SPI slaves.
When we pull up the Chip select line, does it disables the whole Slave ( Functionality ) or just the communication module of the slave.
Taking a Ex: If we have a SPI ADC. When we Pull up the slave , will it disable the ADC conversion process also or just the SPI lines of the ADC will be disabled but the conversion will still in going on?
答案 0 :(得分:1)
我可能错了,但是从我在AVR MCU上查看SPI总线时所做的研究来看,芯片中的SPI硬件独立于AVR内核工作。也就是说,无论SPI总线上是否传输数据,都不应直接影响芯片功能。
我不知道你正在使用什么电子产品,但我认为切换芯片选择对外设的核心功能没有影响。如有疑问,请参考从设备的数据表。它可能对特定的SPI硬件有一些有用的见解。
我希望这会有所帮助。