Search found 4 matches
- Sat Feb 17, 2018 6:09 pm
- Forum: ESP-IDF
- Topic: I2C latency
- Replies: 1
- Views: 3444
Re: I2C latency
Just solved keeping I2C open and sending a buffer of data!
- Fri Feb 16, 2018 6:24 pm
- Forum: ESP-IDF
- Topic: I2C latency
- Replies: 1
- Views: 3444
I2C latency
Hi, i'm using I2C in master mode(ESP32) to communicate with a single slave(LCD). The SDK is the last one at this date. I'm having some troubles with performance since commands are delayed each other by over 100us. You can see the follow screenshots http://www.image-share.com/ipng-3693-170.html http:...
- Wed Nov 01, 2017 5:41 pm
- Forum: ESP-IDF
- Topic: Jump to first stage bootloader
- Replies: 3
- Views: 5653
Re: Jump to first stage bootloader
Thanks, i will for OTA way, downloading from uart
- Wed Oct 18, 2017 8:24 am
- Forum: ESP-IDF
- Topic: Jump to first stage bootloader
- Replies: 3
- Views: 5653
Jump to first stage bootloader
Hello,
I would like put esp32 in boot mode with a serial command, without the use of en and gpiO0.
In a single core microcontrollor, what i do is to jump to bootloader address.
Is it possible in esp32? Should task and dual core system be handled in special way?
I would like put esp32 in boot mode with a serial command, without the use of en and gpiO0.
In a single core microcontrollor, what i do is to jump to bootloader address.
Is it possible in esp32? Should task and dual core system be handled in special way?