Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I am well aware there are much better and simpler ways to create a PWM signal using HALCoGen, but for the sake of this question, but I'm trying to do it manually by turning on a pin, delaying the program, then turning the pin off.
Is there a built-in delay function? If not, how should I go about creating this delay?