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
mbed.bld@9:76be39e5d5ab, 2016-07-08 (annotated)
- Committer:
- skanderian
- Date:
- Fri Jul 08 23:10:16 2016 +0000
- Revision:
- 9:76be39e5d5ab
- Parent:
- 7:ad8295723268
Test PwmOut of pins PTA5 and PTD2
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sam_grove | 7:ad8295723268 | 1 | http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae |