Other Parts Discussed in Thread: INA238, INA301, ADC122S101
Tool/software:
Hello, I have a problem with INA239 ADC converter not responding to MCU over SPI. My new board is essentially based on a similar board based on INA238 converter which was well working for years . The new board only replaced I2C interface of the former chip with SPI interface of a new chip and now I cannot find what causes MISO to stay always in tri-state ( as a pull-up resistor indicates). The code configuring the chip is the same as in INA238. All code essentially the same except the communication calls have been replaced from I2C to SPI.
I understand that to switch MISO line from tri-state to active (first to '0' and then depending on request from MOSI) according to datasheet CS must turn active (negative) . This is all what is required to activate MISO in the slave INA239 . I checked the CS pin - it works - activation is falling edge , yet INA239 is not responding. This chip has been replaced with new 2 times - all show the same problem.
What else could make this chip unresponsive to the active CS ? Any suggestions ?
Please help.