Hi
i'm using the TPS65982 testing kit with the host interface connected to the Aardvark I2C adapter for using Python code.
When i use the "read_register.py" code provided i can read the register correctly but the code crash when it try to read the ADC.
Here the result of the 4CC command "ADCs"
************************************************************************************
ADC
Traceback (most recent call last):
File "C:\Python/debug_tool/read_registers.py", line 82, in <module>
ADCreturn = ADCs(handle, channel)
File "C:\Python\debug_tool\hi_functions.py", line 505, in ADCs
verify_cmd_completed(handle)
File "C:\Python\debug_tool\hi_functions.py", line 42, in verify_cmd_completed
assert 0
AssertionError
Cmd STATUS ERROR : !CMD
******************************************************************************************************
Any idea ?
Franck