Search found 1 match
- Sat Apr 09, 2022 3:08 am
- Forum: General Discussion
- Topic: I need help on how to continuously write fast data to pin
- Replies: 2
- Views: 1765
I need help on how to continuously write fast data to pin
How to do a fast loop on core 0 or core 1 without it stops/crash/reset by the stack length. I use: xTaskCreatePinnedToCore but it keeps resetting on my oscilloscope because of /* Stack size of task */. How to bypass the stack so it can run continuously without stopping. very very short and lazy exam...