Index: firmware/source/rti.c =================================================================== diff -u -rade19b8aa4c3b60cdda4028871ef009b01368948 -r172b320a1007769c7452fe3f1cc7ac85b016f89a --- firmware/source/rti.c (.../rti.c) (revision ade19b8aa4c3b60cdda4028871ef009b01368948) +++ firmware/source/rti.c (.../rti.c) (revision 172b320a1007769c7452fe3f1cc7ac85b016f89a) @@ -117,28 +117,28 @@ rtiREG1->CNT[1U].CPUCx = 9U; /** - Setup compare 0 value. This value is compared with selected free running counter. */ - rtiREG1->CMP[0U].COMPx = 10334U; + rtiREG1->CMP[0U].COMPx = 10400U; /** - Setup update compare 0 value. This value is added to the compare 0 value on each compare match. */ - rtiREG1->CMP[0U].UDCPx = 10334U; + rtiREG1->CMP[0U].UDCPx = 10400U; /** - Setup compare 1 value. This value is compared with selected free running counter. */ - rtiREG1->CMP[1U].COMPx = 103335U; + rtiREG1->CMP[1U].COMPx = 104000U; /** - Setup update compare 1 value. This value is added to the compare 1 value on each compare match. */ - rtiREG1->CMP[1U].UDCPx = 103335U; + rtiREG1->CMP[1U].UDCPx = 104000U; /** - Setup compare 2 value. This value is compared with selected free running counter. */ - rtiREG1->CMP[2U].COMPx = 82668U; + rtiREG1->CMP[2U].COMPx = 83200U; /** - Setup update compare 2 value. This value is added to the compare 2 value on each compare match. */ - rtiREG1->CMP[2U].UDCPx = 82668U; + rtiREG1->CMP[2U].UDCPx = 83200U; /** - Setup compare 3 value. This value is compared with selected free running counter. */ - rtiREG1->CMP[3U].COMPx = 516675U; + rtiREG1->CMP[3U].COMPx = 520000U; /** - Setup update compare 3 value. This value is added to the compare 3 value on each compare match. */ - rtiREG1->CMP[3U].UDCPx = 516675U; + rtiREG1->CMP[3U].UDCPx = 520000U; /** - Clear all pending interrupts */ rtiREG1->INTFLAG = 0x0007000FU;