Arm Keil MDK v6 Essential and Professional editions are now available to buy as monthly or annual subscriptions from our Developer Tools store. Visit the store to get access to the tools suite today!

  1. Boards
  2. FRDM-K28FA

FRDM-K28FA

NXP
FRDM-K28FA
VSCode with the Arm Keil Studio extension

Accelerate your application development with example projects

Import your chosen project to Keil Studio or download for use in Keil uVision.

Learn more about Keil tools
  • edma_wrap_transfer

    Keil Studio, µVision AC6

    The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development.

    Download Pack
  • ewm

    Keil Studio, µVision AC6

    The EWM Example project is to demonstrate usage of the KSDK EWM driver.In the example, EWM counter is continuously refreshed until button is pressed.Once the button is pressed, EWM counter will expire and interrupt will be generated.After the first pressing, another interrupt can be triggered by pressing button again.

    Download Pack
  • flexio_i2c_interrupt_i2c_transfer

    Keil Studio, µVision AC6

    The flexio_i2c_interrupt example shows how to use flexio i2c master driver in interrupt way:In this example, a flexio simulated i2c master connect to an I2C slave.

    Download Pack
  • flexio_mcu_lcd

    Keil Studio, µVision AC6

    The FlexIO MCU LCD demo application demonstrates how to use SDK FlexIO to driveMCU interface LCD.The example displays one picture and an arrow at the right bottom of the screen.When press the arrow, a new picture is shown.The project has provide the source code of the pictures (pictures.c), you canmodify and re-generate the pictures.bin. For example, the pictures.bin could begenerated using armgcc commands:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~arm-none-eabi-gcc -c pictures.c -DBUILD_PIC_BINarm-none-eabi-objdump -O binary pictures.o pictures.bin~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Download Pack
  • flexio_pwm

    Keil Studio, µVision AC6

    This demo describes how to use SDK drivers to implement the PWM feature by FLEXIO IP module. It outputs the PWM singal with fixed frequency defined by "DEMO_FLEXIO_FREQUENCY" in source code and dynamic duty from 99 to 1 to one of the FLEXIO pin.

    Download Pack
  • flexio_spi_edma_dspi_transfer_master

    Keil Studio, µVision AC6

    The flexio_spi_master_edma_dspi_slave example shows how to use flexio spi master driver in edma way:In this example, a flexio simulated master connect to a dspi slave .

    Download Pack
  • flexio_spi_edma_dspi_transfer_slave

    Keil Studio, µVision AC6

    The flexio_spi_slave_edma_dspi_master example shows how to use flexio spi slave driver in dma way:In this example, a flexio simulated slave connect to a dspi master.

    Download Pack
  • flexio_spi_int_dspi_transfer_master

    Keil Studio, µVision AC6

    The flexio_spi_master_interrupt_dspi_slave example shows how to use flexio spi master driver in interrupt way:In this example, a flexio simulated master connect to a dspi slave .

    Download Pack
  • flexio_spi_int_dspi_transfer_slave

    Keil Studio, µVision AC6

    The flexio_spi_slave_interrupt_dspi_master example shows how to use flexio spi slave driver in interrupt way:In this example, a flexio simulated slave connect to a dspi master.

    Download Pack
  • flexio_uart_edma_transfer

    Keil Studio, µVision AC6

    The flexio_uart_edma example shows how to use flexio uart driver in edma way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send back all charactersthat PC send to the board.

    Download Pack