This demo shows how to create the Hello World application using the ODeV framework.
The demo aims to display the "Hello!" message with a fixed frequency. The demo uses only one task due to its simplicity, but it has all the features provided by the framework, and it can be extended to implement more complex applications.
These are the steps to make the demo:
- Declare the Managed Task header file
- Declare the Managed Task virtual table
- Define the Managed Task source file
- Add the task specifc code
- Define the Managed Task's debug control flag
- Add the new task to the Application Context