After enabling sntp, I get the following errors:
../application.c: In function 'fnSynchroniseLocalTime':
../application.c:959: error: 'TIMER_FORCE_FRACTION' undeclared (first use in this function)
../application.c:959: error: (Each undeclared identifier is reported only once
../application.c:959: error: for each function it appears in.)
../application.c:961: error: 'TIMER_PERIOD_FULL_SCALE' undeclared (first use in this function)
../application.c: In function 'fnGetPresentTime':
../application.c:1306: warning: implicit declaration of function 'GET_TIMER_PRESENT_VALUE'
../application.c:1314: error: 'TIMER_PERIOD_FULL_SCALE' undeclared (first use in this function)
make: *** [Build/application.o] Error 1
I am aware of this post :
http://www.utasker.com/forum/index.php?topic=823.0However, I don't have access to SAM7X code.
Best regards,
Mostafa