Search found 11 matches
- Fri Dec 07, 2018 5:33 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939776
- Tue Oct 09, 2018 3:01 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939776
Re: What would you like to see in The Next Chip?
An official IDE based on eclipse from ESP would be great
- 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: 4547
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?
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?
- 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: 4547
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?
- Mon Sep 24, 2018 4:58 pm
- Forum: General Discussion
- Topic: SPI Queue Execution Order
- Replies: 5
- Views: 7483
Re: SPI Queue Execution Order
Did you try set the rx bits to 40 and see what happens?
- Mon Jul 30, 2018 1:37 pm
- Forum: General Discussion
- Topic: How can I setup a software breakpoint?
- Replies: 7
- Views: 11106
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.
https://github.com/espressif/openocd-esp32/issues/51
After I update my openocd to 2018-07-24 the problem is fixed.
- Fri Jul 27, 2018 7:00 pm
- Forum: General Discussion
- Topic: How can I setup a software breakpoint?
- Replies: 7
- Views: 11106
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...
- Fri Jul 27, 2018 6:13 pm
- Forum: General Discussion
- Topic: How can I setup a software breakpoint?
- Replies: 7
- Views: 11106
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.
Thank you very for your immediate reply. I will follow the instruction and upload the log.
- Thu Jul 26, 2018 9:40 pm
- Forum: General Discussion
- Topic: How can I setup a software breakpoint?
- Replies: 7
- Views: 11106
- Thu Jul 26, 2018 9:26 pm
- Forum: General Discussion
- Topic: How can I setup a software breakpoint?
- Replies: 7
- Views: 11106
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...