Search found 1 match
- Thu Sep 26, 2019 6:49 am
- Forum: General Discussion
- Topic: freeRTOS / Default Events/Tasks Clarification please....
- Replies: 9
- Views: 9492
Re: freeRTOS / Default Events/Tasks Clarification please....
Hi there, I may be wrong, but from my understanding, the task executions are all programmed in C, with freeRTOS as the foundation of the programming standard. Take the hello_world example, your tasks are located in [main] folder, called hello_world_main.c and you may have complementary C file that l...