Search found 11 matches
- Fri Dec 08, 2023 11:03 pm
- Forum: IDEs for ESP-IDF
- Topic: OpenOCD and ESP_LOGI display.
- Replies: 3
- Views: 30812
Re: OpenOCD and ESP_LOGI display.
@ESP_BIGNACIO "Thank you for your response. Yes, I am using VSCode. I have a window with five tabs: PROBLEMS, OUTPUT, DEBUG CONSOLE, TERMINAL, and PORTS. However, in none of these tabs can I find the traces of the messages produced by the ESP_LOGx macros. This is the problem I am facing. For your in...
- Mon Dec 04, 2023 5:03 pm
- Forum: IDEs for ESP-IDF
- Topic: OpenOCD and ESP_LOGI display.
- Replies: 3
- Views: 30812
OpenOCD and ESP_LOGI display.
Hello,
When I run a debug session with OpenOCD in a Vscode environment, I don't see any error log messages on any console. I am using an ESP32S3 with JTAG access. Should I declare a terminal in launch.json, and if so, how?
Thank you for your help.
When I run a debug session with OpenOCD in a Vscode environment, I don't see any error log messages on any console. I am using an ESP32S3 with JTAG access. Should I declare a terminal in launch.json, and if so, how?
Thank you for your help.
- Mon Nov 13, 2023 7:01 pm
- Forum: General Discussion
- Topic: ESP32S3, WiFi provisioning.
- Replies: 0
- Views: 735
ESP32S3, WiFi provisioning.
Hello, I am trying - in vain - to get the Wi-Fi provisioning example working with an ESP32S3 processor. If I use an ESP32 processor (DEVKIT with CH340), I have no issues, but with the ESP32S3, the SSID of the Access Point (softAP) cannot be discovered by the "ESP SoftAP Prov" smartphone app, and is ...
- Sat Sep 16, 2023 5:31 pm
- Forum: General Discussion
- Topic: SDSPI and ESP32S3 pinout
- Replies: 0
- Views: 3198
SDSPI and ESP32S3 pinout
Hello, I'm trying to use an SD card reader in SPI mode. To get familiar, I used the SDSPI example. I have no difficulty with the ESP-WROVER-KIT development board and the default pin configuration. I then migrated to a LiliGO T-DISPLAY board with ESP32-S3 (without display installed). I rebuilt the ap...
- Sun May 28, 2023 5:24 pm
- Forum: Sample Code
- Topic: vfs semihosting misunderstanding
- Replies: 0
- Views: 4446
vfs semihosting misunderstanding
Hello, Inspired by the rest_full_server example, I created an application, which stores web pages in the /datas/web-pages directory. During the debug phase, I use the "vfs semihosting" mode. As long as I'm not trying to read a file and just building a response in an ad-hoc handler, everything is fin...
- Sun Apr 02, 2023 10:40 pm
- Forum: ESP-IDF
- Topic: VSCode JTAG debugging in macOs error
- Replies: 1
- Views: 1371
Re: VSCode JTAG debugging in macOs error
Hello,
Has your problem been solved?
Why indicate "targetArchitecture": "arm64", when ESP32 is not an ARM architecture?
Has your problem been solved?
Why indicate "targetArchitecture": "arm64", when ESP32 is not an ARM architecture?
- Mon Mar 20, 2023 6:06 pm
- Forum: IDEs for ESP-IDF
- Topic: espidf.steup.start not found in vscode
- Replies: 3
- Views: 3895
Re: espidf.steup.start not found in vscode
Hello, I have the same problem, which seems to me to have appeared with version 1.6.0 of the plugin. After installing the plugin, I am unable to perform the configuration. I have no problem with Eclipse environment or command line, only integration in VS code fails. The solution you suggest doesn't ...
- Mon Nov 07, 2022 7:51 pm
- Forum: General Discussion
- Topic: How to avoid debugger to break into FreeRTOS code ?
- Replies: 0
- Views: 1025
How to avoid debugger to break into FreeRTOS code ?
Hello, To familiarize myself with the VSCODE + IDF development environment, I tried to debug the uart_echo program given in the examples. After much difficulty, I managed to download the program to my development board (wrover-kit) and activate the debugger. However, while I put a breakpoint at the ...
- Wed Mar 31, 2021 4:27 pm
- Forum: ESP-IDF
- Topic: Unable to make debugging work in command line
- Replies: 5
- Views: 4607
Re: Unable to make debugging work in command line
I wanted to be clear about this, so I put the CTS / RTS jumpers back on, and indeed with this hardware setting the JTAG port is not accessible ! By putting the jumpers, we can see on ESP-WROVER-KIT V4.1 schematic that a connection is established between CTS and TCK on the one hand and RTS and TDO on...
- Mon Mar 29, 2021 10:16 pm
- Forum: ESP-IDF
- Topic: Unable to make debugging work in command line
- Replies: 5
- Views: 4607
Re: Unable to make debugging work in command line
Hello ESP-Sprite, This is it, it is working. I have reviewed the jumpers and followed the documentation to the letter by not setting the jumpers for RTS / CTS flow control. For the other jumpers, I haven't changed anything. I don't understand why these 2 jumpers have an effect on the JTAG path, but ...