Search found 445 matches

by snahmad75
Sun Nov 04, 2018 5:53 pm
Forum: ESP-IDF
Topic: wrover windows JATG debug issues (wiring and schematics)
Replies: 6
Views: 6347

Re: wrover windows JATG debug issues (wiring and schematics)

ok, i will try with Wrover v3 kit. i guess Wrover v3 kit comes with built in JTAG
by snahmad75
Sat Nov 03, 2018 10:12 pm
Forum: ESP-IDF
Topic: wrover windows JATG debug issues (wiring and schematics)
Replies: 6
Views: 6347

Re: wrover windows JATG debug issues (wiring and schematics)

ok, my hardware is using MMC SD card. so it shares pins with JTAG. I can debug without mouting SD card in my code.. still does not debug using olimex arm-usb-ocd-h openocd Can you share command line for openocd . where can i get download binaries and cfg and other files i need to start openocd via c...
by snahmad75
Sat Nov 03, 2018 9:59 pm
Forum: ESP-IDF
Topic: wrover windows JATG debug issues (wiring and schematics)
Replies: 6
Views: 6347

Re: wrover windows JATG debug issues (wiring and schematics)

Hi, Kindly elaborate more with regard to wiring and schematics. Are using command line gdb or using visual GDB with visual studio? Are you wrover with SD card mount as well. point to schematics diagram. have you tried using ESP-WROVER-KIT 4.1 https://docs.espressif.com/projects/esp-idf/en/latest/get...
by snahmad75
Sat Nov 03, 2018 7:28 pm
Forum: ESP-IDF
Topic: wrover windows JATG debug issues (wiring and schematics)
Replies: 6
Views: 6347

wrover windows JATG debug issues (wiring and schematics)

Hi, I am using Platform : Windows 7 Visual studio 2015. Olimex ARM-UDB-OCD-H is attached to SD card for JTAG wrover. using latest ESP32 master branch. gdb on command line also not working. but Visual GDB works for simple project like hello world. where external RAM is not enabled. Also we found we h...
by snahmad75
Thu Nov 01, 2018 8:35 pm
Forum: General Discussion
Topic: How to get "CPU load" and "Memory Usage"
Replies: 18
Views: 53983

Re: How to get "CPU load" and "Memory Usage"

ok, I see . Thanks for information. yes it was slowly down my application processing. good to know. I am planning to use visual debugger with visual studio. I hope that do not disable interrupt during get CPU usage. Is get remaining internal/external ram esp32 function also do same disable interrupt?
by snahmad75
Thu Nov 01, 2018 10:18 am
Forum: General Discussion
Topic: Favorite IDE for debugging -- Eclipse, Visual Studio, or other?
Replies: 14
Views: 25267

Re: Favorite IDE for debugging -- Eclipse, Visual Studio, or other?

Does any of these IDE shows CPU utilisation per task/thread in real time.
by snahmad75
Thu Nov 01, 2018 10:04 am
Forum: General Discussion
Topic: How to get "CPU load" and "Memory Usage"
Replies: 18
Views: 53983

Re: How to get "CPU load" and "Memory Usage"

I am not getting good CPU thread/task utlization in percentage.

static char __stats_buffer[1024];
vTaskGetRunTimeStats(__stats_buffer);
printf("%s\n", __stats_buffer);
vTaskList(__stats_buffer);
printf( "%s\n", __stats_buffer);


Any thing wrong here.
by snahmad75
Tue Oct 30, 2018 11:09 pm
Forum: ESP-IDF
Topic: Non-volatile storage with flash encryption enabled.
Replies: 17
Views: 18537

Re: Non-volatile storage with flash encryption enabled.

good, thanks. got it.
by snahmad75
Tue Oct 30, 2018 9:25 am
Forum: ESP-IDF
Topic: Non-volatile storage with flash encryption enabled.
Replies: 17
Views: 18537

Re: Non-volatile storage with flash encryption enabled.

In my code which I download few months back. I have flash encryption enabled. still I can read NVS. once i get latest code. It will stop working unless i used NVS init function when flash encryption is enabled. Am I right?

ok, you mean it will added to V3.2 when it gets released.