FRDM-KL46Z
-
Core
Cortex-M0+
-
Device
MKL46Z256xxx4
-
CMSIS Pack
FRDM-KL46Z_BSP
-
lpsci_dma_transfer
µVision AC5The lpsci_dma Example project is to demonstrate usage of the KSDK lpsci driver.In the example, you can send characters to the console back and they will be printed out onto consolein a group of 8 characters.
Download Pack -
lpsci_interrupt
µVision AC5The lpsci_functioncal_interrupt example shows how to use lpsci driver functionalAPI to receive data with interrupt method:In this example, one lpsci instance connect to PC, the board willsend back all characters that PC send to the board.
Download Pack -
lpsci_interrupt_rb_transfer
µVision AC5The lpsci_interrupt_ring_buffer Example project is to demonstrate usage of the KSDK lpsci driver.In the example, you can send characters to the console back and they will be printed out onto consolein a group of 8 characters.
Download Pack -
lpsci_interrupt_transfer
µVision AC5The uart_interrupt example shows how to use uart driver in interrupt way:In this example, one uart instance connect to PC through uart, the board will send back all characters that PCsend to the board. Note: two queued transfer in this example, so please input even number characters.
Download Pack -
lpsci_polling
µVision AC5The uart_polling example shows how to use uart driver in polling way:In this example, one uart instance connect to PC through uart, the board will send back all characters that PCsend to the board.
Download Pack -
lptmr
µVision AC5The LPTMR project is a simple demonstration program of the SDK LPTMR driver. It sets up the LPTMRhardware block to trigger a periodic interrupt after every 1 second. When the LPTMR interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board.
Download Pack -
mcg_fee_blpe
µVision AC5The fee_bple example shows how to use MCG driver to change from FEE mode to BLPE mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to Fee mode from default reset mode Change from FEE -> FBE -> BLPE Change back BLPE -> FBE -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully.
Download Pack -
mcg_fee_blpi
µVision AC5The fee_bpli example shows how to use MCG driver to change from FEE mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEE mode from default reset mode Change from FEE -> FBI -> BLPI Change back BLPI -> FBI -> FEE Get System clock in FEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully.
Download Pack -
mcg_fei_blpi
µVision AC5The fei_bpli example shows how to use MCG driver to change from FEI mode to BLPI mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to FEI mode from default reset mode Change mode FEI -> FBI -> BLPI Change back BLPE -> FBI -> FEI Get System clock in FEI mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully.
Download Pack -
mcg_pee_blpe
µVision AC5The pee_bple example shows how to use MCG driver to change from PEE mode to BLPE mode: 1. How to use the mode functions for MCG mode switch. 2. How to use the frequency functions to get current MCG frequency. 3. Work flow Boot to PEE mode from default reset mode Change mode PEE -> PBE -> BLPE Change back BLPE -> PBE -> PEE Get System clock in PEE mode to blink LEDIn this example, because the debug console's clock frequency may change,so the example running information is not output from debug console. Here theLED blinks to show that the example finished successfully.
Download Pack