Other Parts Discussed in Thread: SYSCONFIG, TMS320F28377D
I want to use INA229 sensor with the F28377D DSP.
I am trying to read the manufacturer ID which should be 'TI(0x5449)' as mentioned in the datasheet.
However, the value that I read is 0x0054, 0x4900 or 0x4900, 0x0054.
Found the same question as me. But it seems a little different.
https://e2e.ti.com/support/amplifiers-group/amplifiers/f/amplifiers-forum/1074352/ina229-ina229-current-sensor-reading-wrong-manufacturer-id
Changing the settings of the SPI also has a problem.
CLOCK_PHASE = 1 CLKPOLARITY = 0
The example code is referenced below.
dev.ti.com/.../index.html
Is the spi setting wrong?
Thanks in advance.