Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello,
I generate a PWM-Signal via HCG and want to use another Pin from the HET as Input to calculate the PWM-Period. I found the function pwmGetSignal() in HL_het.h.
My questions:
1. Why the hell is this function a nonvalue-returning method?
2. Can I use this function to get the period?
I tried to define a hetSignal_t struct and use pwmGetSignal(). But when i define the struct, i get an error "incomplete type is not allowed", althoug I include the header file.
Best regards
Kenan