FRDM-MCXL255
-
Cores
Cortex-M0+
Cortex-M33
-
Device
MCXL255VDF -
CMSIS Pack
FRDM-MCXL255_BSP
-
cmsis_lpspi_int_b2b_transfer_master_cm33
µVision AC6The cmsis_lpspi_int_b2b_transfer example shows how to use LPSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file...See more details in readme document.
Download Pack -
cmsis_lpspi_int_b2b_transfer_slave_cm33
µVision AC6The lpspi_int_b2b_transfer example shows how to use LPSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file...See more details in readme document.
Download Pack -
cmsis_lpuart_edma_transfer_cm33
µVision AC6CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that...See more details in readme document.
Download Pack -
cmsis_lpuart_interrupt_transfer_cm33
µVision AC6CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that...See more details in readme document.
Download Pack -
crc_cm33
µVision AC6The CRC Example project is a demonstration program that uses the KSDK software to generate checksumsfor an ASCII string. Several CRC protocols are implemented using the CRC driver API.
Download Pack -
ctimer_capture_cm33
µVision AC6This example shows how to use CTimer to capture the edge. In this example, CTimer timer counter uses APB clock as clock source, and CTimer monitors capture pin. When rising edge detected on the pin, CTimer saves the timer counter value to capture register.
Download Pack -
ctimer_dma_trigger_cm33
µVision AC6This example shows how to use CTimer to trigger DMA transfer by match feature. DMA requests are generated when the value of Timer Counter (TC) matches match register. In this example, CTimer match event occurs every...See more details in readme document.
Download Pack -
ctimer_match_example_cm33
µVision AC6The CTimer Example project is to demonstrate usage of the KSDK ctimer driver.In this example, the match feature of the CTimer is used to toggle the output level.
Download Pack -
ctimer_match_interrupt_example_cm33
µVision AC6The Simple Match Interrupt project is to demonstrate usage of the SDK CTimer driver with interrupt callback functionsIn this example the upon match and IO pin connected to the LED is toggled and the timer is reset,...See more details in readme document.
Download Pack -
ctimer_pwm_example_cm33
µVision AC6The CTimer Example project is to demonstrate usage of the KSDK ctimer driver.In this example, CTimer is used to generate a PWM signal.
Download Pack