kunal5959
Junior Member level 3

I am using LTC1799 IC to generate a sys_clock signal of 1.83200 MHz for my project. In my project i have to use all channels of TIMER 1 and TIMER3 and TIMER0 to generate PWM cycles. Now i need to interface ADC128s102 to my microcontroller. This ADC runs on SPI protocol and my goal is to generate SCK with 20us period for reading the ADC SDOUT. By since all timers are already used as interrupts or PWMs i want to just generate SYS_CLK/20 on a PORTA6 of my microcontroller..
1))avoiding use of TIMER0,TIMER1 and TIMER3 can anyone suggest how to generate a clock that is SYS_CLK/20?
2))Other interrupts and timers being active will it affect this port in anyways, because PORTA6 uses the system clock to generate its clock signal??
1))avoiding use of TIMER0,TIMER1 and TIMER3 can anyone suggest how to generate a clock that is SYS_CLK/20?
2))Other interrupts and timers being active will it affect this port in anyways, because PORTA6 uses the system clock to generate its clock signal??