Search found 48 matches

by Adham Aboud
Sat Jun 02, 2018 6:29 pm
Forum: General Discussion
Topic: Task watchdog got triggered
Replies: 1
Views: 4010

Task watchdog got triggered

Hello all, I created an empty task that executes every 1 msec ( vTaskDelay(1/portTICK_PERIOD_MS) ), subscribed it with the WD task if (esp_task_wdt_add(NULL)!= ESP_OK) { // CHECK_ERROR_CODE(); } if (esp_task_wdt_status(NULL)!= ESP_OK) { // CHECK_ERROR_CODE(); } and resets the watchdog task every loo...
by Adham Aboud
Fri May 18, 2018 6:29 pm
Forum: General Discussion
Topic: mingw32 stop working after ESP-IDF update
Replies: 2
Views: 4589

Re: mingw32 stop working after ESP-IDF update

Hello Kolban and thanks for you helpful answer. Now it works for me :D but still writing $ make flash monitor WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH dir to update. WARNING: esp-idf git submodule components/esp32/lib may be out o...
by Adham Aboud
Fri May 18, 2018 2:29 pm
Forum: General Discussion
Topic: mingw32 stop working after ESP-IDF update
Replies: 2
Views: 4589

mingw32 stop working after ESP-IDF update

Hello all, After updating ESP-IDF the "make flash" command stop working for me. $ make flash WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH d ir to update. WARNING: esp-idf git submodule components/mbedtls/mbedtls may be out of date. Ru...
by Adham Aboud
Mon May 14, 2018 6:25 am
Forum: General Discussion
Topic: ESP32 DevKitC Debugging
Replies: 0
Views: 2084

ESP32 DevKitC Debugging

Hello All,

Can I use the STLINK/V2 JTAG debugger to debug DevKitC board with eclipse?

Thanks in advance,
by Adham Aboud
Mon May 07, 2018 2:05 pm
Forum: General Discussion
Topic: ESP32 DEVKITC JTAG Debugger
Replies: 0
Views: 2243

ESP32 DEVKITC JTAG Debugger

Can I use ST-LINK/V2 as JTAG debugger for the ESP32 DEVKITC board??
If yes how do I configure Eclipse to work with that debugger ??


Thanks in advance,
by Adham Aboud
Sun May 06, 2018 6:27 am
Forum: General Discussion
Topic: ESP32 DevKitC Debugging
Replies: 4
Views: 8354

ESP32 DevKitC Debugging

Hello All,

How do I debug DevKitC board using Eclipse ??

Regards,
Adham
by Adham Aboud
Fri May 04, 2018 6:21 am
Forum: General Discussion
Topic: ESP32 developing workspace
Replies: 2
Views: 3827

Re: ESP32 developing workspace

Thank you for your help
by Adham Aboud
Thu May 03, 2018 7:26 am
Forum: General Discussion
Topic: ESP32 developing workspace
Replies: 2
Views: 3827

ESP32 developing workspace

Hello All,

I'm new to ESP32 and I want to know please which workspace used for developing the ESP32.

Thanks in advance,