Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
just want to report an error you can run into if you work with the Freedom board (FRDM KL25Z).
If you use pins PTA1 and PTA2 as outputs, your Serial communication might behave in a strange way. This is what happened to me: Serial.printf didn't give output, and flashing LEDs via PWM did produce strange output as I was able to read on Realterm. I solved the problem by using different pins for PWM output. However, I would suggest to include this information into the library description. In the detailled pinout map provided by Freescale, I see that UART RX and TX are located at these pins. Maybe this is the reason.