Can we implement main loop to run application code?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I want to implement while loop and call application code functions at specific times. Use fine timer as time reference to execute specific function.

Core_OS_Scheduler.png

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

I checked with the developers and unfortunately, this is not possible  because the application runs in its own thread and the entire application framework is event driven.

See this thread for more details: Re: where is int main(void) located?


View solution in original post

0 Likes
4 Replies