Search found 1 match

by jtchitty
Fri Jul 10, 2020 9:27 pm
Forum: ESP-IDF
Topic: Using RTOS tasks with or without cpu core affinity
Replies: 5
Views: 9436

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.