Other Parts Discussed in Thread: HALCOGEN
Hello,
I am using the RM48 MCU HDK (Hercules Development Kit) for rapid prototyping.
I cannot set the pwm duty cycle to 0% if the pwm duty cycle was set before to 100%.
Calling first "pwmSetDuty(hetRAM1, pwm5, 1);" and immediately thereafter (i.e. in the next line) "pwmSetDuty(hetRAM1, pwm5, 0);" does not work.
How can I switch from 100% duty cycle to 0% duty cycle?
How can I explicitely set the pin to low?
Thanks and regards
Pascal