We are trying to set up a testing set on a WL1837 using RTTT. For some reason the UART communication fails with the following error message (which is the same if nothing is connected at all):
"Connection failed: Calling_ConnectTarget returned 4"
The setup is as following:
- Target is our own board with a Jorjin WL1837 module
- As described in WL183x manual, IRQ_WL is pulled-up with 10k to its own 1.8V supply to enable WL_RS232_TX/RX
- WL_RS232_TX/RX connected to PC via a FTDI TTL-232R-3V3 cable (modified for 1.8V). Nothing else on these lines.
We can confirm with a scope that the UART cable transmits 1.8V serial data when FTTT tries to connect. However the TX line from the chip is 0V. Also, IRQ_WL is at 0V despite the pull-up, but I assume it's pulled low by WL1837.
Have we forgotten something?
Any hints on how to debug this?
Best, Jon