FRDM-K28F
-
Core
Cortex-M4
-
Device
MK28FN2M0xxx15
-
CMSIS Pack
FRDM-K28F_BSP
-
dspi_polling_b2b_transfer_master
µVision AC5The dspi_polling_b2b_transfer example shows how to use DSPI driver in polling way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_polling_b2b_transfer_master.c' includes the DSPI master code.1. DSPI master send/received data to/from DSPI slave in polling . (DSPI Slave using interrupt to receive/send the data)
Download Pack -
dspi_polling_b2b_transfer_slave
µVision AC5The dspi_polling_b2b_transfer example shows how to use DSPI driver in polling way:In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave.The file 'dspi_polling_b2b_transfer_slave.c' includes the DSPI slave code.1. DSPI master send/received data to/from DSPI slave in polling . (DSPI Slave using interrupt to receive/send the data)
Download Pack -
ecompass
µVision AC5The E-Compass demo application demonstrates the use of the FXOS8700 sensor. The tilt-compensated algorithm calculatesall three angles (pitch, roll, and yaw or compass heading).
Download Pack -
ecompass_peripheral
µVision AC5The E-Compass demo application demonstrates the use of the FXOS8700 sensor. The tilt-compensated algorithm calculatesall three angles (pitch, roll, and yaw or compass heading). You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral.
Download Pack -
edma_memory_to_memory
µVision AC5The 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 -
edma_scatter_gather
µVision AC5The 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
µVision AC5The 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
µVision AC5The 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
µVision AC5The 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
µVision AC5This 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