Search found 32 matches

by benbiles
Tue Apr 14, 2020 1:52 pm
Forum: General Discussion
Topic: ESP-Prog on LYRAT 4.3 serial flash on UART pins?
Replies: 3
Views: 4348

Re: ESP-Prog on LYRAT 4.3 serial flash on UART pins?

Also esp-prog debugger UART connect RX -> RX and TX -> TX

not TX - RX and RX - TX
by benbiles
Tue Apr 14, 2020 1:36 pm
Forum: General Discussion
Topic: ESP-Prog on LYRAT 4.3 serial flash on UART pins?
Replies: 3
Views: 4348

Re: ESP-Prog on LYRAT 4.3 serial flash on UART pins?

OK, in case anyone is trying to flash Lyrat 4.3 via external RXO TXO UART, Yes you need to take off the R7 and R11 by the USB-UART chip. I obviously need to set the flash size in some config somewhere as its only auto detecting size every other time. as you can see below the 1st attempt fails and th...
by benbiles
Tue Apr 14, 2020 10:53 am
Forum: General Discussion
Topic: ESP-Prog on LYRAT 4.3 serial flash on UART pins?
Replies: 3
Views: 4348

ESP-Prog on LYRAT 4.3 serial flash on UART pins?

does anyone know if its possible to hook up ESP-prog to lyrat 4.3 board for flashing over UART pins ? I have finally got OSX to unload the FDTI serial driver and can access both serial ports. 1 for JTAG and the other for serial flashing. The ESP-prog is flashing lights when I MAKE FLASH but the lyra...
by benbiles
Sun Apr 12, 2020 1:41 pm
Forum: ESP-IDF
Topic: ESP-Prog debugger on lyrat 4.3 ERROR
Replies: 4
Views: 4740

Re: ESP-Prog debugger on lyrat 4.3 ERROR

ok, I tried again using OSX and eclipse and it worked. I actually had 2 problems. The 1st was I had CMD and CLK pins from the SD card socket wired up to other hardware. I had wrongly assumed the switches disconnect the SD card lines and enable the JTAG socket ! The other problem must be windows fire...
by benbiles
Sat Apr 11, 2020 2:21 pm
Forum: ESP-IDF
Topic: ESP-Prog debugger on lyrat 4.3 ERROR
Replies: 4
Views: 4740

Re: ESP-Prog debugger on lyrat 4.3 ERROR

I tried slower adapter speed as I have regular jumper wires between ESP-prog and lyrat 4.3 C:\Users\ben>openocd -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg Open On-Chip Debugger 0.10.0-dev (2018-09-20-12:54) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/...
by benbiles
Sat Apr 11, 2020 2:55 am
Forum: ESP-IDF
Topic: ESP-Prog debugger on lyrat 4.3 ERROR
Replies: 4
Views: 4740

ESP-Prog debugger on lyrat 4.3 ERROR

Hi, I have connected an ESP prog to the Lyrat 4.3 board. I have set the JTAG switches. Enable JTAG DIP SW Position 1 OFF 2 OFF 3 ON 4 ON 5 ON 6 ON 7 ON 8 n/a I have followed this simple guide to setup Visual Studio with the blink template; https://github.com/botofancalin/Esp32_debug_template I am ru...
by benbiles
Thu Apr 02, 2020 2:11 pm
Forum: ESP-ADF
Topic: lyrat 4.3 schematic
Replies: 2
Views: 6241

Re: lyrat 4.3 schematic

OK, thanks. I'll stick to using the SDCARD IO pins as I might need JTAG debugger EDIT: Just in case anyone else is looking to add a SPI port and use JTAG debugger , IO12 and IO13 ( SD card slot CMD and CLK) are used by JTAG so best scavenge a few GPIO pins from switches or touch pads that are 3.3v c...
by benbiles
Sun Mar 29, 2020 5:31 pm
Forum: ESP-ADF
Topic: lyrat 4.3 schematic
Replies: 2
Views: 6241

lyrat 4.3 schematic

does anyone know what the pins are used for on lyrat 4.3? Are they unconnected because they are 1.8v only ? SPI_SD0 SPI_SD1 SPI_SD2 SPI_SD3 SPI_CMD SPI_CLK the TF_CARD uses these pins shared with JTAG connector IO15 IO14 SD_IO13 SD_IO12 IO4 IO2 IO34 I removed the SD card and removed the 10k pullups ...
by benbiles
Sun Mar 22, 2020 3:36 pm
Forum: ESP-ADF
Topic: ESP32-Lyrat SPI connections
Replies: 2
Views: 7243

Re: ESP32-Lyrat SPI connections

Hi Chris,

I just wondered if you had any luck getting SPI working over JTAG pins ?
Did you have enough for CS pin to ?
by benbiles
Wed Jan 22, 2020 2:47 pm
Forum: Hardware
Topic: which GPIO pins for SPI with DMA on lyrat 4.3
Replies: 2
Views: 3843

Re: which GPIO pins for SPI with DMA on lyrat 4.3

ok great , I'm pretty sure I can get away with less than 20mhz SPI as long as I can get DMA working so I'll try to use the multiplexer and repurpose the JTAG pins on the lyrat 4.3 board. no idea yet where the JTAG GPIO pins are defined in esp-adf but should be able to find them. hopefully I'll have ...