• FRDM-KL05Z Download/debug
    Hello All, I have uVision 4 and a FRDM-KL05Z evaluation board. At the moment I am programming the flash by copying and pasting the .S19 file to the FRDM-KL05Z Drive. When I try to use the Download...
  • PWM for FRDM KL25Z board
    Hi I am writing bare-metal code for PWM generation for the FRDM-KL25Z board. I followed the steps in the datasheet bit I dont seem to see anything coming from the pin. Would appreciate some help to...
  • FRDM-KL25Z
    Dear All I have done some coding on FRDM-KL25Z platform from freescal to use it’s 16bit ADC, But I will get very unstable results, I have attached PE20 of the board to an 5K external pot which is connected...
  • Help on Interrupt control; Freescale FRDM-K64F board
    Need help on a small interrupt project using Freescale FRDM-K64F demo board. The goal is: (1) when power is on, an external LED will blink (2) Push button SW2, LED will be constantly on (3) Push...
  • PWM program in Keil for FRDM-KL46Z board
    I have written a code for blinking LED using PWM. But it is not working. Kindly help me to find the error with this code. #include "MKL46Z4.h" int main() { // Set multiplexer to connect TPM0 Ch5...