Hi all
I need to know how to use the real time kernel.
I need to understand the basics .
As I understand the real time kernel is a group of functions contained in some header file dedicated to this .
Please show me the way to start to practice and understand this .
Thanks Elico
Wouldn't it then be a good idea to look at the examples installed together with the tools, and to read through the manual?
http://www.keil.com/books/
"the real time kernel is a group of functions contained in some header file"
No: header files do not (or should not) contains functions; merely prototypes...
c-faq.com/.../decldef.html
blog.antronics.co.uk/.../08