Search found 6 matches

by sumati2000
Thu Jun 27, 2024 5:22 pm
Forum: ESP-IDF
Topic: Linking Error while Compiling
Replies: 0
Views: 309

Linking Error while Compiling

Hello,

I am using esp-idf extension on VsCode and was able to flash my board using the blink example. However, now, using a different code, I am getting an error in the creation of .elf file:

[2/4] Linking CXX executable UVC-Copy.elf
FAILED: UVC-Copy.elf

How do I go about resolving this issue?
by sumati2000
Thu Jun 27, 2024 4:01 pm
Forum: ESP-IDF
Topic: Errors in esp_log while Compiling
Replies: 3
Views: 668

Re: Errors in esp_log while Compiling

@leschge I went ahead and changed all the errors manually and now I have "Linking CXX executable UVC-Copy.elf
FAILED: UVC-Copy.elf" error where UVC-Copy is my project name
by sumati2000
Thu Jun 27, 2024 2:22 pm
Forum: ESP-IDF
Topic: Errors in esp_log while Compiling
Replies: 3
Views: 668

Errors in esp_log while Compiling

Hello, I am using esp-idf extension on VsCode and was able to flash my board using the blink example. However, now, using a different code, I am getting errors in esp_log.h: C:/Espressif/esp-idf-v5.2.2/components/log/include/esp_log.h:291:27: error: format '%d' expects argument of type 'int', but ar...
by sumati2000
Fri Apr 05, 2024 4:44 pm
Forum: ESP-IDF
Topic: Unable to Connect to Board
Replies: 4
Views: 30819

Re: Unable to Connect to Board

@ESP_Sprite I don't have a ftdi adapter on hand, but since the ESp-Prog LED never turns blue only green ("The green LED lights up when ESP-Prog is downloading data. The blue LED lights up when ESP-Prog is receiving data."), I have a feeling there is no activity on the board's side
by sumati2000
Thu Jan 11, 2024 3:27 pm
Forum: ESP-IDF
Topic: Unable to Connect to Board
Replies: 4
Views: 30819

Re: Unable to Connect to Board

@ESP_Sprite Thanks for the reply. Unfortunately that didn't work.
by sumati2000
Tue Jan 09, 2024 8:56 pm
Forum: ESP-IDF
Topic: Unable to Connect to Board
Replies: 4
Views: 30819

Unable to Connect to Board

I have a custom board with ESP32-WROOM-32E and I am using a ESP-Prog Board via UART connections to attempt to program it. I am using VSCode with ESP-IDF and trying to run the "blink" example provided by the ESP-IDF extension on VSCode. Whenever I run the program, the green LED on the ESP-Prog blinks...