Browse By Tags

  • [FRDM-KL27Z + KDS + SDK] Tutorial: Toggling an RGB LED with Processor expert

    Here is a tutorial for toggling RGB Led’s on FRDM-KL27Z board using Kinetis Design Studio IDE and using Kinetis Software development kit (KSDK). Before we begin make sure below requirements are there as setup Required Hardware and Software: FRDM-KL27Z…
  • [FRDM-KL27Z + Kinetis Design Studio (KDS) + Software Dev Kit (SDK)] Tutorial: Toggling an RGB LED without Processor expert

    Here is a tutorial for toggling RGB Led’s on FRDM-KL27Z board using Kinetis Design Studio IDE and using Kinetis Software development kit (KSDK). Before we begin make sure below requirements are there as setup. Required Hardware and Software: 1. FRDM-KL27Z…
  • Displaying 12-bit ADC value on hyperterminal by connecting a potentiometer and indicating through LED [Implementing 12-bit ADC using KSDK on FRDM-KL28Z freedom board by polling method]

    This blog gives an overview on implementing 12-bit ADC by polling method and displaying the digital values over hyper terminal. Corresponding to the digital values the Red Green and Blue LED’s are indicated. For 12-bit resolution ADC the digital value…
  • Kinetis Design Studio 3.0 Kinetis SDK 1.2 Processor-Expert using FRDM-KL43Z: UART communication with a console on the host through OpenSDA

    Here is a Project created using new KDS version 3.0 and Kinetis software development kit 1.2 on processor expert platform. This project explores function of debug_console component interfaces to OpenSDA uart port of the KL43Z freedom board Requirements…
  • Kinetis Design Studio 3.0 + Kinetis SDK 1.2 Processor-Expert Using FRDM-KL43Z:  Toggle Green LED using PIT (Periodic Timer Interrupt)

    Here is a Project created using new KDS version 3.0 and Kinetis software development kit 1.2 on processor expert platform. This is a project for Toggle a Green LED using PIT module of PE implemented using freedom board FRDM-KL43Z. Requirements To run…
  • Kinetis Design Studio 3.0 Kinetis SDK 1.2 Processor-Expert using FRDM-K64F:  Toggle Led_using_PIT (Periodic Interrupt Timer)

    Here is a Project created using new KDS version 3.0 and Kinetis software development kit 1.2 on processor expert platform. In this project we are toggling a Blue LED using PIT component module of PE implemented using freedom board FRDM-K64F. Requirements…
  • Kinetis Design Studio 3.0 + Kinetis SDK 1.2 Processor-Expert using FRDM-KL46Z: Blink Red Led with TPM (Timer/PWM Module)

    Here is a Project created using new KDS version 3.0 and Kinetis software development kit 1.2 on processor expert platform. This is a project for blinking an RED LED using TPM module of PE implemented using freedom board FRDM-KL46Z. Requirements To run…