Hi,
did you manage to resolve that problem and use ESP32 in slave mode?
thanks!
Search found 2 matches
- Thu Dec 07, 2017 11:57 am
- Forum: ESP-IDF
- Topic: spi slave example
- Replies: 1
- Views: 4249
- Tue Nov 21, 2017 10:44 pm
- Forum: ESP32 Arduino
- Topic: Interrupts and cores: can I free one core of any interrupts?
- Replies: 3
- Views: 8364
Interrupts and cores: can I free one core of any interrupts?
I would like to know which of the two cores of the esp32 is used to run the background tasks like WIFI and Bluetooth. Would it be possible, let's say core0 runs the background tasks, that I can use core1 and have it free of any interrupts? I wrote a small test program which uses core1, just toggling...