Search found 6 matches

by davidbeccue
Tue Jan 31, 2023 2:20 pm
Forum: General Discussion
Topic: how to load code without usb or uart by using jtag?
Replies: 4
Views: 1744

Re: how to load code without usb or uart by using jtag?

That makes sense. Thanks.

Can you also confirm that jtag (IO39-42) is not possible on the s3 until after I connect via UART0 or USB CDC to blow an efuse?
Do I understand that correctly?
by davidbeccue
Mon Jan 30, 2023 4:17 pm
Forum: General Discussion
Topic: how to load code without usb or uart by using jtag?
Replies: 4
Views: 1744

Re: how to load code without usb or uart by using jtag?

Actually, the more I look at docs, the more confused I become. Now I'm thinking that I can't even flash code at all using UART0. Is that right? It's only possible to flash your initial code via USB CDC before the efuse is blown for jtag IO39-42 ? I'm led to believe that because of https://docs.espre...
by davidbeccue
Fri Jan 27, 2023 5:40 pm
Forum: General Discussion
Topic: how to load code without usb or uart by using jtag?
Replies: 4
Views: 1744

how to load code without usb or uart by using jtag?

We are building a custom board using esp32-s3. We are already using all the UART pins as well as USB pins. So we thought we'd just connect GPIO39-42 for external jtag. But now it looks like we have to blow EFUSE_STRAP_JTAG_SEL=1 in order to get the external jtag to work. Is this right? Does this mea...
by davidbeccue
Fri Dec 23, 2022 6:33 pm
Forum: Hardware
Topic: default firmware
Replies: 1
Views: 953

default firmware

When I buy a real of ESP32-S3-MINI-1-N4 processors, is there any default firmware and/or bootloader on this hardware? In particular, I'm wondering if I can load my firmware via OTA or off of SDIO or something besides UART or JTAG for my first time I flash.
by davidbeccue
Fri Nov 25, 2022 9:21 pm
Forum: ESP-IDF
Topic: how continuous A2D with lowest power
Replies: 0
Views: 538

how continuous A2D with lowest power

I want to gather continuous ADC data at 256hz (with timing errors < 0.01%). Every second or so I want to write that to external flash and do some other high level processing. What is the best way to do this? I'm guessing that I keep the ULP running constantly looking for an external 256hz clock tick...
by davidbeccue
Mon Dec 27, 2021 3:35 pm
Forum: General Discussion
Topic: Esp32-s2 higher deep sleep consumption then Esp32?
Replies: 2
Views: 4684

Re: Esp32-s2 higher deep sleep consumption then Esp32?

So if I want to build an application that does ADC conversions 256 times per second (using ULP I'm assuming), and then store that long term in SRAM, which processor should I use for lowest power consumption?