RKH
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
"Kinetis K60/100Mhz ARM Cortex M-4F processor"
rkh_bunner.jpg

Running Blinky RKH demo on Freescale ARM Cortex-M4F demostration board TWR-K60D100M Kinetis K60. This is a guide to how to setup and use the demo board to evaluate the RKH framework. It assumes a prior knowledge on board features and development environment.

Project organization

\-iar_v7_2
\-prj
| +-blinky_twr_k60 - Blinky demo IAR V7.2 directory.
| +-cm4f - CPU inicialization.
| bsp.c - Board support package source file.
| bsp.h - Board support package header file.
| gpio.h - Routines to handle GPIO's.
| readme.txt - This guide file.
| kuart.c - Routines to handle serial port.
| kuart.h - Serial driver prototipes.

Blinky demo BSP

  • Blink state is shown through target board D7 on PA[4].
  • Tracing info through UART3_TXD assigned to PC[17] on J8 connector of TWR-SER at 115200 8N1.