Hello
I have been working on Rm48USB development kit. I have used RTI for 1 sec interrupt but now I need to use polling method.
I have enabled only GIO driver from halcogen, and
#include "het.h"
#include "gio.h"
in sys_main.c
So how can I create exactly 1 sec of delay ?
I already read following link but didn't understood.