On the FRDM-KL25Z, when I declare pins PTA5 and PTD2 as PwmOut pins, they are locked together and can not be independently controlled. It doesn't matter if I change the PWM of PTA5 or PTD2. Whichever one is changed, the other one follows it. The simple code below should keep pin PTD2 at 0% pwm while pin PTA5 should switch between 50% and 0% every 0.5 seconds. Pin PTA5 does alternate between 50% and 0% pwm, but instead of staying at 0% pwm, pin PTD2 follows pin PTA5.
Fork of frdm_rgbled by
Revisions of main.cpp
Revision | Date | Message | Actions |
---|---|---|---|
7:ad8295723268 | 2014-07-16 | update formatting and mbed library | File Diff Annotate |
5:14891bb08b35 | 2014-02-20 | frdm_rgb_led - initial version | File Diff Annotate |
2:03e5c29343d1 | 2012-10-23 | Update mbed library | File Diff Annotate |
1:eabc6f5b51d6 | 2012-10-12 | Made thisi an HSV example | File Diff Annotate |
0:cf8a48b1fb23 | 2012-10-11 | First revision | File Diff Annotate |