Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Task Concept and what is Flat Interrupt Concept? What should I know about it?

concept flat interrupt Task
0
Posted

What is Task Concept and what is Flat Interrupt Concept? What should I know about it?

0

The very first C166 compiler originated from Siemens. Its design reflected the task-oriented nature of the SAB 80C166 microcontroller. It introduced an extra scope level between local and global (or module and application) scope: the TASK scope. This concept allowed for a high grade of modularity and code-reusability. The TASKING C166 compiler was designed with this concept in mind. The Task Concept was implemented by running a separate linker and locator phase in the L166 linker/locator. The first phase links all object modules into a Task Object module (default extension is .LNO). In this phase all references within the task are resolved and libraries can be linked which are called solely by functions in this task. The second phase takes all Task Object modules together and locates the application into memory. In practice, most users did not use this feature and linked their entire application into a single task. Besides, we noticed that many customers found the unusual concept too r

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123