Search found 1 match
- Fri Jul 10, 2020 9:27 pm
- Forum: ESP-IDF
- Topic: Using RTOS tasks with or without cpu core affinity
- Replies: 5
- Views: 9761
Re: Using RTOS tasks with or without cpu core affinity
Keep in mind that if an unpinned task executes a single-precision floating point (`float`) operation, it will be automatically pinned to the core that happens to be executing that task at that time.