What to ask
Tasks & sync: “How do I create a FreeRTOS task?” · “What’s the best way to synchronize tasks?”Debug: “Help me debug a FreeRTOS deadlock” · “What’s causing my FreeRTOS stack overflow?”
Conversion: “How do I convert my project to use FreeRTOS?” · “Convert my main loop to use FreeRTOS tasks”
Conversion workflow
- “Analyze my project and suggest how to convert it to use FreeRTOS” — Seb suggests tasks, sync points, priorities.
- “Generate FreeRTOS task code for my sensor reading function” · “Create a queue for communication between tasks” · “Add a mutex to protect my shared resource”
- “Why is my task not running?” · “Optimize my FreeRTOS task stack sizes”

