Is it possible to use RTI module to provide real-time clock (RTC) functionality in the project which also use FreeRTOS?
The main thing is that OS "vPortPreemptiveTick" interrupt links to "RTI Compare 0" interrupt assignment (as it recommended for FreeRTOS settings in HALCoGen), and OS fails to run when I'm trying to call rtiInit() function. What's the problem can it be, have anybody any suggestions?
Thanks, Evgenyy.