• 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...
  • 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...
  • 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...
  • 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...