Thank you very much, It is working!
But I'm wondering, why the default connection is made for UART0 instead of the USB Serial/JTAG controller? especially, that using the the USB port we can download the code, Monitoring for logs and debuging.
Any Idea?
Mohammed
Search found 17 matches
- Wed Jul 05, 2023 2:11 pm
- Forum: General Discussion
- Topic: Korvo-2 debugging
- Replies: 3
- Views: 1486
- Mon Jul 03, 2023 8:55 pm
- Forum: General Discussion
- Topic: Korvo-2 debugging
- Replies: 3
- Views: 1486
Korvo-2 debugging
I'm trying to debug the Korvo-2 V3 board but I'm getting the below error error Screenshot 2023-07-03 234549.png also when I checked the device manager I saw the driver Screenshot 2023-07-03 234306.png so why Am I getting this error "Error: esp_usb_jtag: could not find or open device!" I know that it...
- Sun Jul 02, 2023 8:53 pm
- Forum: General Discussion
- Topic: debuging Korvo-2 using eclipse
- Replies: 0
- Views: 866
debuging Korvo-2 using eclipse
I used to debug my ESP32-S2 on NodeMCU using PlatformIO debgugger and there was one port for downloading and monitoring. now I bought Korvo-2 v3 and it has only one port for downloading/debugging. I have many questions: 1- how can I see the logs during the debuging process, as we have only one port?...
- Sat Jun 25, 2022 12:38 am
- Forum: ESP-IDF
- Topic: Issues: latest toolchain install on Windows
- Replies: 13
- Views: 21650
Re: Issues: latest toolchain install on Windows
Hi ALl,
I'm getting the same error as well. Any update?
Thanks,
Mohammed Fawzy
I'm getting the same error as well. Any update?
Thanks,
Mohammed Fawzy
- Fri Jun 24, 2022 6:06 pm
- Forum: General Discussion
- Topic: can't build demo project
- Replies: 1
- Views: 3082
can't build demo project
i'm trying to build one of the sample projects generic_gpio and i'm getting the below error: C:\Espressif\frameworks\esp-idf-v4.4.1\examples\peripherals\gpio\generic_gpio>idf.py build Executing action: all (aliases: build) Running cmake in directory c:\espressif\frameworks\esp-idf-v4.4.1\examples\pe...
- Mon Aug 16, 2021 2:40 pm
- Forum: ESP-IDF
- Topic: problem with adding traceTASK_CREATE
- Replies: 2
- Views: 2856
Re: problem with adding traceTASK_CREATE
Thanks Victoria! It seems that I missed it up. such that I was storing a deleted task handle and by mistake I was passing this handle to vTaskGetInfo which isn't checking the validity of the handle, so it was stuck in prvTaskCheckFreeStackSpace forever. so my claiming about problem in adding a traci...
- Mon Aug 16, 2021 12:57 am
- Forum: ESP-IDF
- Topic: problem with adding traceTASK_CREATE
- Replies: 2
- Views: 2856
problem with adding traceTASK_CREATE
Hello,
I'm adding a trace function to the traceTASK_CREATE and this cause the ESP32 to enter undefined state even the debugger won't be able to do step execution.
Any ideas?
Thanks in advance
I'm adding a trace function to the traceTASK_CREATE and this cause the ESP32 to enter undefined state even the debugger won't be able to do step execution.
Any ideas?
Thanks in advance
- Sun Aug 15, 2021 12:16 am
- Forum: ESP-IDF
- Topic: can not add trace function to FreeRTOSConfig.h
- Replies: 1
- Views: 2040
can not add trace function to FreeRTOSConfig.h
Hello, I copied the freeRTOS into my project and I compiled my code properly and once I tried to add some tracing functions extern void PROBE_vTraceHeap(void * pvAddress, size_t uiSize); #define traceMALLOC(pvAddress, uiSize ) PROBE_vTraceHeap(pvAddress, uiSize) to FreeRTOSConfig.h, i get Error: unk...
- Sat Aug 14, 2021 7:32 pm
- Forum: ESP-IDF
- Topic: adding traceQUEUE_CREATE to freeRTOS
- Replies: 3
- Views: 3215
Re: adding traceQUEUE_CREATE to freeRTOS
Thank you very much Victoria!, do you know where can I find an example which is demo using another copy of the freeRTOS?
- Fri Aug 13, 2021 2:10 pm
- Forum: ESP-IDF
- Topic: adding traceQUEUE_CREATE to freeRTOS
- Replies: 3
- Views: 3215
adding traceQUEUE_CREATE to freeRTOS
Hello,
I want to add trace function for the queue create "traceQUEUE_CREATE" without changing the IDF, Any idea?
Thanks,
I want to add trace function for the queue create "traceQUEUE_CREATE" without changing the IDF, Any idea?
Thanks,