Search found 6 matches
- Sat Apr 06, 2019 7:30 am
- Forum: ESP-IDF
- Topic: SDSPI hangs occasionallly
- Replies: 3
- Views: 5353
Re: SDSPI hangs occasionallly
I am using esp-idf v3.1.3
- Fri Apr 05, 2019 9:14 pm
- Forum: ESP-IDF
- Topic: SDSPI hangs occasionallly
- Replies: 3
- Views: 5353
SDSPI hangs occasionallly
I am using the ESP32 to read/write data from/to an SD card in the SPI mode. Occasionally, the file write operation freezes leading to the task getting stuck at that stage. Log file gathered in verbose mode is shown below: Screen Shot 2019-04-05 at 4.11.20 PM.png As shown above, the last write operat...
- Tue Apr 02, 2019 5:26 pm
- Forum: Hardware
- Topic: External 32768 clock
- Replies: 10
- Views: 15817
Re: External 32768 clock
Sorry the firmware version is v3.1.1. Also, the issue wasn't fixed with the changes. I ran unit tests on the clock. For the cases where its not working properly, the unit tests show that the crystal is detected but the time measurement fails.Following are the results of the unit tests: attempt #1/3....
- Fri Mar 29, 2019 10:41 pm
- Forum: Hardware
- Topic: External 32768 clock
- Replies: 10
- Views: 15817
Re: External 32768 clock
https://github.com/espressif/esp-idf/issues/2101 https://github.com/espressif/esp-idf/commit/f7df532ec0dabfee89b26348e152c7f66fae576a The issue was resolved by changing the clk.c file with the bugfix (https://github.com/espressif/esp-idf/commit/f7df532ec0dabfee89b26348e152c7f66fae576a) Any idea why...
- Fri Mar 29, 2019 8:34 pm
- Forum: Hardware
- Topic: External 32768 clock
- Replies: 10
- Views: 15817
Re: External 32768 clock
Hi,WiFive wrote: ↑Fri Mar 29, 2019 11:48 amhttps://github.com/espressif/esp-idf/issues/2101
https://github.com/espressif/esp-idf/co ... f66fae576a
I am using esp-idf v1.1.1 which already has the bug fix that was reported. I am still getting the failures in a few boards.
- Thu Mar 28, 2019 8:33 pm
- Forum: Hardware
- Topic: External 32768 clock
- Replies: 10
- Views: 15817
External 32768 clock
Does anyone have specifications regarding the crystal and the capacitance to use for the external 32.768kHz clock with the ESP32Wroom module? I have tried using this crystal: https://www.digikey.com/product-detail/en/ecs-inc/ECS-.327-6-12-TR/XC1945CT-ND/3927445 . with 12pF capacitors on both sides. ...