Search found 12 matches
- Fri Feb 17, 2023 6:06 pm
- Forum: General Discussion
- Topic: the hunt for esp32-s3 deep sleep current leakage
- Replies: 5
- Views: 7290
Re: the hunt for esp32-s3 deep sleep current leakage
Good news: I found the issue. Bad news which should probably be paid attention to by Espressif engineers: it's arguably a bug in esp_deep_sleep_start(). By reduction, I found that this was the line of code that caused the sleep current to increase to 995µA. (I'd previously reported 970, but it was a...
- Fri Feb 17, 2023 12:43 pm
- Forum: General Discussion
- Topic: the hunt for esp32-s3 deep sleep current leakage
- Replies: 5
- Views: 7290
Re: the hunt for esp32-s3 deep sleep current leakage
Joulescope. ISL9122AIINZ-T because low iQ Yes the mosfet design is fine. The next step is to destroy the pcb by removing the (smt) peripherals one by one. To date I have removed all the obvious things such as pull-ups, etc, but nothing that would be functionally destructive. The reason for this post...
- Fri Feb 17, 2023 3:43 am
- Forum: General Discussion
- Topic: the hunt for esp32-s3 deep sleep current leakage
- Replies: 5
- Views: 7290
the hunt for esp32-s3 deep sleep current leakage
Hello again. I am designing what will be a high-volume product that is based on the ESP32-S3-WROOM-1-N8R2. The design has relatively complex firmware, and a fairly simple hardware design of just a regulator and a couple simple i2c peripherals. It is existential that the design is able to achieve rea...
- Fri Dec 16, 2022 12:31 am
- Forum: ESP-IDF
- Topic: Programmatic ESP32-S3 detection of JTAG debug session in-progress?
- Replies: 2
- Views: 1269
Re: Programmatic ESP32-S3 detection of JTAG debug session in-progress?
perfect. Once again, thank you @ESP_igrr !
My port is going well and I appreciate your responsiveness that is keeping me unblocked.
My port is going well and I appreciate your responsiveness that is keeping me unblocked.
- Thu Dec 15, 2022 6:19 pm
- Forum: ESP-IDF
- Topic: Programmatic ESP32-S3 detection of JTAG debug session in-progress?
- Replies: 2
- Views: 1269
Programmatic ESP32-S3 detection of JTAG debug session in-progress?
Now that I've got ESP32-S3 usb support implemented (thank you @ESP_igrr !), I've found that I have a minor challenge doing my debugging work using the wonderful JTAG-over-USB feature of the S3. Specifically, I've found that if I start openocd+gdb to debug over the usb-hosted JTAG, the tinyusb usb in...
- Tue Dec 13, 2022 10:14 pm
- Forum: ESP-IDF
- Topic: blocked: can't use ESP32S3 native USB controller with tusb CDC drivers: "usb_osglue_*_int is not multicore capable"
- Replies: 4
- Views: 2965
Re: blocked: can't use ESP32S3 native USB controller with tusb CDC drivers: "usb_osglue_*_int is not multicore capable"
I was unaware of this, and will try it immediately and will re-open this if necessary.
Thank you for your help and your responsiveness.
Getting me unblocked is truly appreciated.
Thank you for your help and your responsiveness.
Getting me unblocked is truly appreciated.
- Tue Dec 13, 2022 6:14 pm
- Forum: ESP-IDF
- Topic: blocked: can't use ESP32S3 native USB controller with tusb CDC drivers: "usb_osglue_*_int is not multicore capable"
- Replies: 4
- Views: 2965
Re: blocked: can't use ESP32S3 native USB controller with tusb CDC drivers: "usb_osglue_*_int is not multicore capable"
Thanks. To be completely direct, I haven't ever used tinyUSB. My experience with USB to date has been on a different platform (stm32) which we're porting from. The thing that I love about esp-idf is that you folks are doing all the dependency management for me as a dev in a standardized way. Whether...
- Tue Dec 13, 2022 1:44 pm
- Forum: ESP-IDF
- Topic: blocked: can't use ESP32S3 native USB controller with tusb CDC drivers: "usb_osglue_*_int is not multicore capable"
- Replies: 4
- Views: 2965
blocked: can't use ESP32S3 native USB controller with tusb CDC drivers: "usb_osglue_*_int is not multicore capable"
I'm designing the ESP32-S3 into a product and have made significant progress. I am at the point where I need to use the built-in hardware USB (pins 19/20) as the USB controller, in CDC ACM mode. (I cannot use the UART-based USB because that serial port is in-use for a different peripheral.) I've fol...
- Sun Feb 13, 2022 1:27 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDF 1.3.0 hung at "ESP-IDF: Menuconfig: Configuring server"
- Replies: 2
- Views: 3599
No module named click
In case it helps to debug, when I do F1 "ESP-IDF: Monitor your device", the terminal displays: bash-3.2$ python /Users/rozzie/esp/esp-idf/tools/idf.py -p /dev/ttyUSB1 monitor Traceback (most recent call last): File "/Users/rozzie/esp/esp-idf/tools/idf.py", line 36, in <module> from idf_py_actions.to...
- Sat Feb 12, 2022 9:05 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDF 1.3.0 hung at "ESP-IDF: Menuconfig: Configuring server"
- Replies: 2
- Views: 3599
Espressif IDF 1.3.0 hung at "ESP-IDF: Menuconfig: Configuring server"
Hello. I am new to using vscode, and esp-idf under vscode, so I thank you in advance for your patience. By way of background, I'm using a Macbook Pro M1 Max. Today I did a clean install of vscode (1.64.2 Universal), and added extensions for PlatformIO (2.4.2) and Espressif IDF (1.3.0). I created a p...