Hello, I'm trying to periodicly call a function.The function itself is working well, but I did not get it to be called perodically. I'm not clear how to initialize the Timer with "MIOS_Timer_Set" If using MIOS_Timer_Set(1); make results: main.c:42: warning 112: function 'MIOS_Timer_Set' implicit declaration main.c:42: error 101: too many parameters How is the right syntax for MIOS_Timer_Set? And is void Init(void) __wparam { MIOS_Timer_Set(1); } the right place to put it? Thanks in advance Juergen M.