Search found 398 matches

by ESP_krzychb
Tue Jul 18, 2017 4:13 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 15472

Re: Systemview with ESP32

Hi @andygg1986, I still get an error that esp108 is an undefined command This issue will be likely resolved by calling esp32 target instead. Target is now selected by OpenOCD on startup basing on debugging configuration: Dual/single …. RTOS …........ Target used ================================ Dual...
by ESP_krzychb
Mon Jul 17, 2017 5:39 pm
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 15472

Re: Systemview with ESP32

With commit https://github.com/espressif/openocd-esp32/commit/ed7b1a9f9cac2775afcb9271dd510b73d7388d11 (of July 10th), the command line to run OpenOCD has changed. Below is an example for ESP-WROVER-KIT with ESP-WROOM-32 module:: $ src/openocd -s tcl -f interface/ftdi/esp32_devkitj_v1.cfg -f board/e...
by ESP_krzychb
Sun Jul 16, 2017 5:01 pm
Forum: Showcase
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 49
Views: 104813

Re: MicroPython on ESP-WROVER with 4MB of psRAM

Hi @loboris, This is really impressive! In not time at all I was able to build, upload, run and test MicroPython :D Taken the application support for psRAM and the ESP-WROVER-KIT with 4MB of psRAM have been just recently released, this is really remarkable. Congratulations! Screenshot from 2017-07-1...
by ESP_krzychb
Wed Jul 12, 2017 8:08 am
Forum: General Discussion
Topic: Systemview with ESP32
Replies: 11
Views: 15472

Re: Systemview with ESP32

Open On-Chip Debugger 0.10.0-dev-gebfc3bad-dirty (2017-07-07-15:48)
The latest commit of OpenOCD with SystemView support has been merged two days ago (2017-07-10).
From the date in message above (2017-07-07) it looks like you have some older version.
by ESP_krzychb
Wed Jul 12, 2017 6:31 am
Forum: General Discussion
Topic: Favorite IDE for debugging -- Eclipse, Visual Studio, or other?
Replies: 14
Views: 26063

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

Can I name one and only?
Sure, "killer" issue are welcome ;)
I have trouble stepping through code.
Have you tried latest commit https://github.com/espressif/openocd-es ... 73d7388d11 ?
It contains fixes to the stepping.
by ESP_krzychb
Tue Jul 11, 2017 10:31 am
Forum: General Discussion
Topic: Favorite IDE for debugging -- Eclipse, Visual Studio, or other?
Replies: 14
Views: 26063

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

Which IDE do you guys recommend? Hi @hassan789, I have tested Eclipse IDE + GDB Hardware Debugging Plugin and they work great. At the moment I don't use JTAG debugging anymore. To me it is more trouble than it's worth. Hi @f.h-f.s. If you could name three key things that make the trouble, what woul...
by ESP_krzychb
Wed Jun 28, 2017 8:58 pm
Forum: ESP32 Arduino
Topic: RTC
Replies: 18
Views: 43653

Re: RTC

Sorry for missing this question is for Arduino.
I do not see similar example in Arduino repository, but I see some API implemented https://github.com/espressif/arduino-es ... hal-time.c.
by ESP_krzychb
Wed Jun 28, 2017 2:41 pm
Forum: ESP32 Arduino
Topic: RTC
Replies: 18
Views: 43653

Re: RTC

by ESP_krzychb
Fri Jun 23, 2017 3:29 pm
Forum: ESP-IDF
Topic: Deep sleep withe aws iot connecton
Replies: 2
Views: 4961

Re: Deep sleep withe aws iot connecton

Hi @aztech2017, You would need to combine to examples: 1. Wake up from deep sleep - https://github.com/espressif/esp-idf/tree/release/v2.1/examples/protocols/sntp 2. Sending requests to AWS - https://github.com/espressif/esp-idf/tree/release/v2.1/examples/protocols/aws_iot If you try them one by one...
by ESP_krzychb
Fri Jun 16, 2017 11:00 am
Forum: General Discussion
Topic: JTAG Hardware
Replies: 7
Views: 14467

Re: JTAG Hardware

So - anyone who can answer the question "will any JTAG debugger that supports OpenOCD function with ESP32" ?
No, see reply by @ESP_Sprite in viewtopic.php?t=547