Browse By Tags

  • What plans do you have to use the Freescale Freedom FRDM-K64F Development Platform?

    I want to use Freescale Freedom FRDM-K64F Development Platform to write code and wondered what others may have done. I realize that there are other systems besides the RTOS suggested. So any suggerstions for software would be nice. Also any experinces…
  • [FRDM-K64F + KDS 3.0 + Software Dev Kit (SDK) 1.2.0] Tutorial: GPIO Toggling using Interrupt without Processor Expert

    Here is a tutorial working on GPIO based interrupt using KSDK. Toggling Led using push button (interrupt based event) on FRDM-K64F board using New Kinetis Design Studio 3.0 IDE and using Kinetis Software development kit (KSDK). Before we begin make sure…
  • [FRDM-K64F + Kinetis Design Studio (KDS)+Processor Expert(PE)] Accessing SDCARD through K64 board

    Here is a project created to interface and explore how to access the SD-Card slot available onboard with K64F freedom board. Before we start this project below are the pre-requisites: KDS software tool from Freescale FRDM-K64F Freedom development board…
  • 'Create an IoT system with FRDM-K64F and SDK - Part 1 : Enable the SD-Card'

    Here is a blog on how to test / configure SD-Card on K64 board using KDS + KDSK 1.1.0 (Newer version) Pre-requisite for this project execution: 1) KDS (Kinetis Design Studio) 2) KSDK 1.1.0 3) FRDM-K64F 4) SD Card We will be following below steps to perform…
  • [FRDM-K64F + Kinetis Design Studio (KDS)] Tutorial: Toggling an RGB LED using interrupts

    Here is a tutorial for toggling 3-led’s by pressing one switch using interrupt logic implemented using FRDM-K64F on Kinetis Design Studio. Before i start my project make sure to have below requisites: KDS software installed in your PC You can download…
  • [FRDM-K64F - KDS - OpenSDAv2] Tutorial: Set-up the debug interface

    In this demo, I am using OpenSDA / OpenSDA V2 firmware provided from Segger, this firmware supports all ARM based Freescale boards which comes with on-board OpenSDA and Implements SWD debug protocol and virtual COM port functionality. By default the board…
  • [FRDM-K64F – PE - Eclipse] Project: Add 2,4GHz wireless connectivity with the Nordic Semiconductor nRF24L01+

    “ This tutorial was extracted from Erich Styger blog http://mcuoneclipse.wordpress.com with his agreement.” For some time I’m using the Nordic Semiconductor nRF24L01+ transceiver successfully in many projects (see “ Tutorial: Ultra Low Cost 2.4 GHz Wireless…
  • [FRDM-K64F - PE] Tutorial: Get the Maximum Speed of 120MHz

    “ This tutorial was extracted from Erich Styger blog http://mcuoneclipse.wordpress.com with his agreement.” The ARM Cortex-M4F on the Freescale FRDM-K64F board can run up to 120 MHz. Here is how to get it running with maximum speed: FRDM-K64F Board Below…
  • Internet of Things (IoT) Kits and Platforms Review

    Introduction Element14 decided to conduct a RoadTest of some of their most comprehensive Internet of Things (IoT) kits. The exercise in total included a dozen bits of hardware including the most popular single board computers (SBCs) various microcontroller…
  • Do not working ethernet with kinetis K64 with KSZ8081RNACA

    Hi everyone, I have working software on FRDM Kinetis K64 and I tried make own hardware - I inspired from FRDM K64 schematic. Now, I have issue with connection ethernet. Schematic is on attachment. I tried read registers from KSZ8081RNACA - it is OK. When…