FRDM-KE06Z
-
Core
Cortex-M0+
-
Device
MKE06Z128xxx4
-
CMSIS Pack
FRDM-KE06Z_BSP
-
mscan_loopback
Keil Studio, µVision AC6The mscan_loopback_functional example shows how to use the loopback test mode to debug your CAN Bus design:To demonstrates this example, only one board is needed. The example will configure one MSCAN Message Txbuffer and Rx buffer with same ID.After that, the example will send a CAN Message from the Tx Buffer to the Rx Bufferthrouth internal loopback interconnect and print out the Message payload to terminal.
Download Pack -
mscan_loopback_transfer
Keil Studio, µVision AC6The mscan_loopback example shows how to use the loopback test mode to debug your CAN Bus design:To demonstrates this example, only one board is needed. The example will config one MSCAN MessageBuffer to Rx Message Buffer and the other MSCAN Message Buffer to Tx Message Buffer with same ID.After that, the example will send a CAN Message from the Tx Message Buffer to the Rx Message Bufferthrough internal loopback interconnect and print out the Message payload to terminal.
Download Pack -
pflash_ftmr
Keil Studio, µVision AC6The pflash example shows how to use flash driver to operate program flash:
Download Pack -
pit
Keil Studio, µVision AC6The PIT project is a simple demonstration program of the SDK PIT driver. It sets up the PIThardware block to trigger a periodic interrupt after every 1 second. When the PIT interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board.
Download Pack -
pwt
Keil Studio, µVision AC6The PWT project is a simple demonstration program of the SDK PWT driver. It sets up the PWThardware block to edge detection, capture control part and detects measurement trigger edges andcontrols when and which pulse width register(s) will be updated. Once the input signal is received,this example will print overflow, positive pulse width and negative pulse width.
Download Pack -
rtc_1
Keil Studio, µVision AC6The RTC project is a simple demonstration program of the SDK RTC driver. It sets up the RTChardware block to trigger an alarm after a user specified time period. The test will set the currentdate and time to a predefined value. The alarm will be set with reference to this predefined dateand time.
Download Pack -
spi_interrupt_b2b_master
Keil Studio, µVision AC6The spi_interrupt_b2b_master example shows how to use spi functional API to do interrupt transfer as a master:In this example, the spi instance as master. Master sends a piece of data to slave, receive data from slave,and checkif the data master received is correct. This example needs to work with spi_interrupt_b2b_slave example.
Download Pack -
spi_interrupt_b2b_slave
Keil Studio, µVision AC6The spi_interrupt_b2b_slave example shows how to use spi functional API to do interrupt transfer as a slave:In this example, the spi instance as slave. Slave receives data froma master and send a peiece of data to master,and check if the data slave received is correct. This example needs to work with spi_interrupt_b2b_master example.
Download Pack -
spi_interrupt_b2b_transfer_master
Keil Studio, µVision AC6The spi_interrupt_board2board_master example shows how to use spi driver as master to do board to board transfer withinterrupt:In this example, one spi instance as master and another spi instance on othereboard as slave. Master sends a piece ofdata to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct.
Download Pack -
spi_interrupt_b2b_transfer_slave
Keil Studio, µVision AC6The spi_interrupt_board2board_slave example shows how to use spi driver as slave to do board to board transfer with interrupt:In this example, one spi instance as slave and another spi instance on other board as master. Master sends a piece ofdata to slave, and receive a piece of data from slave. This example checks if the data received from master is correct.
Download Pack