I want to low , when afe begin to work, the cs is always low level. We dont let cs high level again. 我们想让BQ76952的CS一致保持低电平,这样在读写的时候就不再设置低电平,读写完成后再设置高电平。 这样可以吗。但是我们测试的时候,发现如果让CS保持低电平, 通过SPI读取的时候总是读取到FF,不能读取到正确的数据。为什么
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to low , when afe begin to work, the cs is always low level. We dont let cs high level again. 我们想让BQ76952的CS一致保持低电平,这样在读写的时候就不再设置低电平,读写完成后再设置高电平。 这样可以吗。但是我们测试的时候,发现如果让CS保持低电平, 通过SPI读取的时候总是读取到FF,不能读取到正确的数据。为什么
您好,this method would not be feasible as CS driving from hi to lo is necessary to trigger the logic of the monitor. So it needs to drive back hi after every transaction, it cannot remain low indefinitely. You may be reading FF back because the device may not have any valid data to provide resulting in an invalid transaction.