Tool/software:
Good morning.
I am having problems connecting to a ADC32RF55EVM using the ADC3xRF5xEVM GUI Ver 2.05.
If I launch the GUI with the USB to the EVM connected the software crashes before the GUI launches. I found a log file on the PC after the crash which appears to be a report on the issue. Contents below.
2024-12-16 08:52:44,254 - ERROR - Uncaught exception
Traceback (most recent call last):
File "adc3xrf5xevm_gui.py", line 27, in <module>
File "adc3xrf5xevm\adc3xrf5xevm.py", line 59, in __init__
File "adc3xrf5xevm\adc3xrf5xevm.py", line 312, in connect_to_evm
AttributeError: 'EVM' object has no attribute 'eeprom_contents'
If I disconnect the USB cable from the EVM then start the software the GUI launches in what appears to be a "Demo" mode from which I can try to reconnect to the hardware. When I try to reconnect I see a couple of different faults in a console window. Below is a copy/paste from the console window after several attempts at connecting to the hardware.
Scanning for hardware...
There are no EVM boards connected with any of these FTDI product descriptions: ['ADC32RF5x', 'ADC34RF55EVM', 'ADC32RF55EVM_RevD']
Scanning for hardware...
Unable to connect to device. Please manually reconnect the USB cable before pressing Reconnect USB.
Scanning for hardware...
FTDI Error, Cannot open Serial FT7NEJBIB
Unable to connect to device. Please manually reconnect the USB cable before pressing Reconnect USB.
Scanning for hardware...
FTDI Error, Cannot open Serial FT7NEJBIB
Unable to connect to device. Please manually reconnect the USB cable before pressing Reconnect USB.
Scanning for hardware...
FTDI Error, Cannot open Serial FT7NEJBIB
Unable to connect to device. Please manually reconnect the USB cable before pressing Reconnect USB.
Can some troubleshooting tips be provided? Appreciate any help!