Other Parts Discussed in Thread: SYSCONFIG
ineed to make a function like this
usigned long get time stamp (void)
{
unsigned long temp;
temp = get systick value (system_timer);
return temp;
}
is there any function to get the time stamp or even to get the systick value of system timer ?