Hi dipankar
Check this link
viewforum.php?f=2
Look for new post and feel free to raise you doubts to the experts.
Cheers !!
Search found 6 matches
- Tue Dec 12, 2017 5:33 am
- Forum: General Discussion
- Topic: Welcome to the Official ESP32 forum!
- Replies: 7
- Views: 16661
- Tue Dec 12, 2017 5:28 am
- Forum: General Discussion
- Topic: ESP32 SPI slave receive interrupt
- Replies: 0
- Views: 2858
ESP32 SPI slave receive interrupt
Hello, I am trying to connect ESP32 as a SPI Slave mode with a sensor (the senor is not just a sensor, it is a sensor device, equipped microcontroller in it, which is the Master). I want to enable the receive interrupt of SPI slave, so that, whenever any byte I receive from Sensor, control goes to r...
- Fri Oct 06, 2017 4:28 am
- Forum: General Discussion
- Topic: Flash timing
- Replies: 8
- Views: 18657
Re: Flash timing
Is it a limitation of the devkitC?
Can the part be programmed though the JTag interface as well?
Can the part be programmed though the JTag interface as well?
- Wed Oct 04, 2017 7:42 am
- Forum: General Discussion
- Topic: Flash timing
- Replies: 8
- Views: 18657
Re: Flash timing
Im using DevkitC .
- Thu Sep 28, 2017 6:06 am
- Forum: General Discussion
- Topic: Flash timing
- Replies: 8
- Views: 18657
Re: Flash timing
thanks ESP_igrr . Changing baud to 921600 baud gave following o/p.... Compressed 1217936 bytes to 663495... Wrote 1217936 bytes (663495 compressed) at 0x00010000 in 14.1 seconds (effective 693.1 kbit/s)... But when i tried using 2M as baud rate it shows following error .. Running stub... Stub runnin...
- Tue Sep 26, 2017 8:02 am
- Forum: General Discussion
- Topic: Flash timing
- Replies: 8
- Views: 18657
Flash timing
Hi Experts , Wanted to know is .... To flash app of 1217936 bytes (663495 compressed) it took 58.9 seconds (effective 165.5 kbit/s). ( Not added bootloader.bin and partition table programming time ) Any Ideas why the programming is so slow (58 seconds).Is the speed of the part itself ( ESP32D0WDQ6 )...