Part Number: MSP430F6777A
I am using MSP430F6777A microcontroller. SMCLK frequency is 25MHz. I want to toggle GPIO pin to drive assembly led. For this operation, I need to keep the GPIO pin high for 900ns and low for 300ns. Operations such as if control, for loop and && logic operator increase the toggle time. How can I make the toggle process faster without using a timer in pwm mode?
AN1001_IC Embedded Solutions of SMD LEDs (Ver 1.0).pdf
TOH=300ns
T0L=900ns
T1H=900ns
T1L=300ns

