I have connected a fairly standard FTDI to the board, soldering leads to TX1, RX1, vbat+, vbat-, and REST_N. with the REST_N connected to RTS, TX1 into RX, RX1 into TX.
When I run this command:
python3 rdwr_phy62x2.py -p /dev/cu.usbserial-A50285BI -e -r wh bin/BOOT_TH05_v16.hex
This is the result:
PHY62x2 Utility version 26.02.24
---------------------------------------------------------
Connecting...
PHY62x2 - Reset Ok
Error read Revision!
having put several print statements into the code, it is returning the 'cmd>>' with the initial connect, but not responding at all with the "rdrev+ " command in ReadRevision.
I have connected a fairly standard FTDI to the board, soldering leads to TX1, RX1, vbat+, vbat-, and REST_N. with the REST_N connected to RTS, TX1 into RX, RX1 into TX.
When I run this command:
python3 rdwr_phy62x2.py -p /dev/cu.usbserial-A50285BI -e -r wh bin/BOOT_TH05_v16.hex
This is the result:
having put several print statements into the code, it is returning the 'cmd>>' with the initial connect, but not responding at all with the "rdrev+ " command in ReadRevision.
Any help would be appreciated!