microcontroller - Does chip select disables whole SPI slave or just the SPI lines of that Slave? -
i have doubt on spi slaves.
when pull chip select line, disables whole slave ( functionality ) or communication module of slave.
taking ex: if have spi adc. when pull slave , disable adc conversion process or spi lines of adc disabled conversion still in going on?
i may wrong, research did while looking spi bus on avr mcu's, spi hardware in chip works independently of avr core. say, whether or not there data being transferred on spi bus, chip functionality shouldn't directly affected.
i don't know electronics you're using, assume toggling chip-select has no effect on core function of peripherals. when in doubt, reference datasheet of slave device. may have useful insights on particular spi hardware.
i hope helps.
Comments
Post a Comment