Part Number: TMS320F28335
Tool/software: Code Composer Studio
Hi,
I have been trying to realize a cycle by cycle control based on ADC value.
But I have some uS level delay between ADC input and PWM actions.
Please refer to the image, I am testing a simple logic where the PWM output is high when ADC is higher than certain threshold, while PWM is low when ADC is lower than the threshold.
I have one gpio set in the beginning and reset at the end of each ISR (yellow)
I have another gpio set in the beginning and reset at the function to read data from ADC register.(green)
and Blue is the PWM output while Purple is the ADC input
Is there a way to make this delay to ~nS level?
