Hi,
I have put break points on TIM2_IRQHandler and I am never seeing this code called.
I have set the the following as per the docs:
void initUserDataProcessingEngine()
{
InitUserAlgorithm(); // default implementation located in file user_algorithm.c
platformEnableGpsPps(TRUE); // Init PPS sync engine
}
What am I doing wrong?
Regards,
Simonrob