Search found 11 matches

by dzRBRglobal
Fri Dec 07, 2018 5:33 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 783968

Re: What would you like to see in The Next Chip?

:lol: :lol: :lol: Any official IDE with robust and easy to use debug would be great :lol: :lol: :lol:
Deouss wrote:
Tue Oct 09, 2018 3:58 pm
dzRBRglobal wrote:An official IDE based on eclipse from ESP would be great
Or official Visual Studio Code IDF/Debug/C/C++/C# plug-in would be more awesome :)
by dzRBRglobal
Tue Oct 09, 2018 3:01 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 783968

Re: What would you like to see in The Next Chip?

An official IDE based on eclipse from ESP would be great
by dzRBRglobal
Mon Oct 01, 2018 1:24 pm
Forum: General Discussion
Topic: Full duplex SPI MODE 3 CS line pulls down at same time of CLK
Replies: 2
Views: 4099

Re: Full duplex SPI MODE 3 CS line pulls down at same time of CLK

Thank you very much for your reply.
So what is the work around for now if I want to use DMA ? define a GPIO and set it in pre call function and reset in post call function?
by dzRBRglobal
Wed Sep 26, 2018 6:27 pm
Forum: General Discussion
Topic: Full duplex SPI MODE 3 CS line pulls down at same time of CLK
Replies: 2
Views: 4099

Full duplex SPI MODE 3 CS line pulls down at same time of CLK

When capture signal on my digital analyzer in mode 3, the digital analyzer always complains "CLK idle error". If I set my digital analyzer to mode 0, it can decode the signal. I found the CS pulls down at same time of CLK. Should the CS pull down before CLK?
by dzRBRglobal
Mon Sep 24, 2018 4:58 pm
Forum: General Discussion
Topic: SPI Queue Execution Order
Replies: 5
Views: 6710

Re: SPI Queue Execution Order

Did you try set the rx bits to 40 and see what happens?
by dzRBRglobal
Mon Jul 30, 2018 1:37 pm
Forum: General Discussion
Topic: How can I setup a software breakpoint?
Replies: 7
Views: 9989

Re: How can I setup a software breakpoint?

as gerekon metioned in this link:
https://github.com/espressif/openocd-esp32/issues/51

After I update my openocd to 2018-07-24 the problem is fixed. :)
by dzRBRglobal
Fri Jul 27, 2018 7:00 pm
Forum: General Discussion
Topic: How can I setup a software breakpoint?
Replies: 7
Views: 9989

Re: How can I setup a software breakpoint?

Please follow instructions listed here to generate OpenOCD log file: https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/tips-and-quirks.html#jtag-debugging-tip-reporting-issues Then upload the log file here or to GitHub issue tracker https://github.com/espressif/openocd...
by dzRBRglobal
Fri Jul 27, 2018 6:13 pm
Forum: General Discussion
Topic: How can I setup a software breakpoint?
Replies: 7
Views: 9989

Re: How can I setup a software breakpoint?

Hi igrr,
Thank you very for your immediate reply. I will follow the instruction and upload the log.
by dzRBRglobal
Thu Jul 26, 2018 9:40 pm
Forum: General Discussion
Topic: How can I setup a software breakpoint?
Replies: 7
Views: 9989

Re: How can I setup a software breakpoint?

Image
here is a screen shot of the error message
by dzRBRglobal
Thu Jul 26, 2018 9:26 pm
Forum: General Discussion
Topic: How can I setup a software breakpoint?
Replies: 7
Views: 9989

Re: How can setup a software breakpoint?

An update to JTAG debugging guide in IDF is in progress, but for now you can keep using OpenOCD as you used it in the past, and it will allow you to set more breakpoints. Previously the limit was 2 hardware breakpoints, and now the limit is 2 hardware + 32 software breakpoints in Flash + 32 softwar...