I am considering if the timing of the UART is very crucial to the ESP32.
I tried to pipe the signals from FTDI through the PIC32 to the ESP32 using mirrored GPIOs, and then I get responses from ESP.
I then tried to pipe the FTDI through two uarts in the PIC32, and that does not work.
The signals ...
Search found 3 matches
- Tue Nov 30, 2021 3:10 pm
- Forum: Hardware
- Topic: PIC32 as programmer
- Replies: 3
- Views: 4938
- Tue Nov 30, 2021 9:02 am
- Forum: Hardware
- Topic: PIC32 as programmer
- Replies: 3
- Views: 4938
Re: PIC32 as programmer
Thanks a lot - makes the troubleshooting a lot easier with the trace on.
I see the reset, and the response from the ESP with the "ready for download" message.
then, What I can see is that the sync frames are sent to the ESP but no response from the ESP.
When comparing to the FTDI, the sending ...
I see the reset, and the response from the ESP with the "ready for download" message.
then, What I can see is that the sync frames are sent to the ESP but no response from the ESP.
When comparing to the FTDI, the sending ...
- Mon Nov 29, 2021 7:24 pm
- Forum: Hardware
- Topic: PIC32 as programmer
- Replies: 3
- Views: 4938
PIC32 as programmer
Hi.
I have designed a board using a PIC32 processor as programming interface to ESP32, in order to have USB programming option in the board (similar to other design using FTDI etc).
I use RTS and DTR for boot and enable/reset, and the TXDO/RXDO for programming.
The problem is that I can not get ...
I have designed a board using a PIC32 processor as programming interface to ESP32, in order to have USB programming option in the board (similar to other design using FTDI etc).
I use RTS and DTR for boot and enable/reset, and the TXDO/RXDO for programming.
The problem is that I can not get ...