Search found 2 matches
- Sun May 22, 2022 3:33 pm
- Forum: General Discussion
- Topic: ESP32 - FreeRTOS conflict with tasks and interrupt
- Replies: 1
- Views: 2632
ESP32 - FreeRTOS conflict with tasks and interrupt
I have an ESP32 using an 8 bit I2C multiplexer TCA9548 IC. TCA9548 IC is connected to my ESP32 SCL and SCA pins. I have the following I2C devices connected to the I2C TCA9548 exapander so I can choose on code what device to access and control (in the future I will have other 6 I2C devices): I2C I/O ...
- Wed Jan 12, 2022 12:06 am
- Forum: General Discussion
- Topic: FreeRTOS task and Queue are not working together
- Replies: 3
- Views: 5159
Re: FreeRTOS task and Queue are not working together
Hi, Im having same issue trying to use espnow with my ESP32 using arduino and the board reboots. Did you find out how to make it work with FreeRTOS? Appreicate it