1. Boards
  2. FRDM-KL43Z

FRDM-KL43Z

NXP
FRDM-KL43Z
VSCode with the Arm Keil Studio extension

Accelerate your application development with example projects

Import your chosen project to Keil Studio for VS Code or Keil Studio Cloud, or download for use in Keil uVision.

Learn more about Keil tools
  • µVision AC6

    The 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
  • lpuart_dma_rb_transfer

    µVision AC6

    The lpuart_dma ring buffer example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console.

    Download Pack
  • lpuart_dma_transfer

    µVision AC6

    The lpuart_dma Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters.

    Download Pack
  • µVision AC6

    The lpuart_functioncal_interrupt example shows how to use lpuart driver functionalAPI to receive data with interrupt method:In this example, one lpuart instance connect to PC, the board willsend back all characters that PC send to the board.

    Download Pack
  • lpuart_interrupt_rb_transfer

    µVision AC6

    The lpuart_interrupt_ring_buffer Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters.

    Download Pack
  • lpuart_interrupt_transfer

    µVision AC6

    The lpuart_interrupt Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters.

    Download Pack
  • µVision AC6

    The lpuart_polling Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console instantly.

    Download Pack
  • µVision AC6

    The MCG_Lite example shows how to use MCG_Lite driver: 1. How to use the mode functions for MCG_Lite mode switch. 2. How to use the frequency functions to get current MCG_Lite frequency. 3. Work flow Reset mode --> LIRC8M LIRC8M --> HIRC HIRC --> LIRC2M LIRC2M --> EXT EXT --> HIRC HIRC --> LIRC8M LIRC8M --> EXT EXT --> LIRC2M LIRC2M --> HIRC HIRC --> EXT EXT --> LIRC8M LIRC8M --> LIRC2M LIRC2M --> LIRC8MIn 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
  • µVision AC6

    The pflash example shows how to use flash driver to operate program flash:

    Download Pack
  • µVision AC6

    The 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