Index: firmware/source/rti.c =================================================================== diff -u -reff7b1575f008f81b29ef906f6346fac6012d3ab -r172b320a1007769c7452fe3f1cc7ac85b016f89a --- firmware/source/rti.c (.../rti.c) (revision eff7b1575f008f81b29ef906f6346fac6012d3ab) +++ 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 = 51668U; + 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 = 51668U; + 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; @@ -865,7 +865,6 @@ void rtiCompare0Interrupt(void) { /* USER CODE BEGIN (74) */ - taskTimer(); /* USER CODE END */ rtiREG1->INTFLAG = 1U; @@ -891,7 +890,6 @@ void rtiCompare1Interrupt(void) { /* USER CODE BEGIN (77) */ - taskPriority(); /* USER CODE END */ rtiREG1->INTFLAG = 2U; @@ -919,7 +917,6 @@ void rtiCompare3Interrupt(void) { /* USER CODE BEGIN (83) */ - taskGeneral(); /* USER CODE END */ rtiREG1->INTFLAG = 8U;