FRDM-K82F
-
Core
Cortex-M4
-
Device
MK82FN256xxx15
-
CMSIS Pack
FRDM-K82F_BSP
-
flexio_spi_int_dspi_transfer_master
Keil Studio, µVision AC6The 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 AC6The 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 AC6The 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 -
flexio_uart_int_rb_transfer
Keil Studio, µVision AC6The flexio_uart_interrupt_ring_buffer example shows how to use flexio uart driver in interrupt way withRX ring buffer enabled:In this example, a flexio simulated uart connect to PC through USB-Serial, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time.
Download Pack -
flexio_uart_interrupt_transfer
Keil Studio, µVision AC6The flexio_uart_interrupt example shows how to use flexio uart driver in interrupt 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. Note: two queued transfer in this example, so please input even number characters.
Download Pack -
flexio_uart_polling_transfer
Keil Studio, µVision AC6The flexio_uart_polling example shows how to use flexio uart driver in polling way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send backall characters that PC send to the board.
Download Pack -
ftm_combine_pwm
Keil Studio, µVision AC6The FTM project is a demonstration program of generating a combined PWM signal by the SDK FTM driver. It sets up the FTMhardware block to output PWM signals on two TPM channels. The example also shows the complementary mode of operationand deadtime insertion.On boards that have 2 LEDs connected to the FTM pins, the user will see a change in LED brightness.And if the board do not support LEDs to show, the outputs can be observed by oscilloscope.
Download Pack -
ftm_dual_edge_capture
Keil Studio, µVision AC6The FTM project is a demonstration program of the SDK FTM driver's dual-edge capture feature.This feature is available only on certain SoC's.The example sets up a FTM channel-pair for dual-edge capture. Once the input signal is received,this example will print the capture values and period of the input signal on the terminal window.
Download Pack -
ftm_input_capture
Keil Studio, µVision AC6The FTM project is a demonstration program of the SDK FTM driver's input capture feature.The example sets up a FTM channel for dual-edge capture. Once the input signal is received,this example will print the capture value.
Download Pack -
ftm_output_compare
Keil Studio, µVision AC6The FTM project is a demonstration program of the SDK FTM driver's output compare feature.It sets up one FTM channel to toggle the output when a match occurs with the channel value. The usershould probe the FTM output with a oscilloscope to see the signal toggling.
Download Pack