charfi asma <charfiasma@xxxxxxxx> writes: > for example, Can we specify that a C function is periodic (must be > executed every 5s) and compile the program with GCC? There is no such support in the compiler itself. Most real time operating systems will provide a facility for this. Ian