Reduced Mach-Zander modulatoes

This commit is contained in:
2025-09-18 18:57:18 +03:00
parent 76b6bb36f8
commit bd15847b76
7 changed files with 9046 additions and 9044 deletions

View File

@ -186,8 +186,9 @@ int main(void)
TIM4 -> CCR3 = (TIM4 -> ARR +1)/2 - 1;
//Mach-Zander clock (should be half of ADC clock freq)
TIM11 -> ARR = (TIM4 -> ARR +1)*2 - 1;
//Mach-Zander clock (should be 1/4 of ADC clock freq)
TIM11 -> ARR = (TIM4 -> ARR +1)*4 - 1;
TIM11 -> CCR1 = (TIM11 -> ARR +1)/2 - 1;
/*