Search found 3 matches

by ttpatrik
Tue Nov 30, 2021 3:10 pm
Forum: Hardware
Topic: PIC32 as programmer
Replies: 3
Views: 4289

Re: PIC32 as programmer

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 loo...
by ttpatrik
Tue Nov 30, 2021 9:02 am
Forum: Hardware
Topic: PIC32 as programmer
Replies: 3
Views: 4289

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 looks ...
by ttpatrik
Mon Nov 29, 2021 7:24 pm
Forum: Hardware
Topic: PIC32 as programmer
Replies: 3
Views: 4289

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 past...