Search found 3 matches

by dalmat
Tue Apr 23, 2024 3:41 pm
Forum: General Discussion
Topic: ESP32 IDF5.2 installation problem
Replies: 0
Views: 354

ESP32 IDF5.2 installation problem

I have problem installing ESP32 IDF V5.2. I use visualgdb and tried to update to version 5.2. After multiple attempts, resetting, uninstalling... I always get the same error.. ERROR: C:\Users\teovu\.espressif\espidf.constraints.v5.2.txt doesn't exist. Perhaps you've forgotten to run the install scri...
by dalmat
Fri Oct 06, 2023 5:00 pm
Forum: General Discussion
Topic: Compiler generate wrong binary file
Replies: 2
Views: 1067

Compiler generate wrong binary file

Hello I am new to the ESP32 platform, but I have a lot of experience with other microcontrollers. I use VisualStudio2022 and VisualGDB as IDE. I'm trying to make a binary file to download to the ESP32C3 using the OTA bootloader. I took a simple blink example, and it doesn't work. I looked at the res...
by dalmat
Mon Oct 02, 2023 4:36 pm
Forum: General Discussion
Topic: How to debug application in OTA1 partition
Replies: 3
Views: 1612

How to debug application in OTA1 partition

I am using an ESP32C3 processor. IDE is Visual Studio 2022 with VisualGDB. I'm making an application that has a bootloader and a webserver application - These are my partitions: # Name, Type, SubType, Offset, Size, Flags # Note: if you have increased the bootloader size, make sure to update the offs...