LPCXpresso54628
-
Core
Cortex-M4
-
Device
LPC54628J512ET180 -
CMSIS Pack
LPCXpresso54628_BSP
-
spi_polling_b2b_transfer_master
Keil Studio AC6, GCC, IARThe spi_polling_board2board_master example shows how to use spi driver as master to do board to board transfer with polling:In this example, one spi instance as master and another spi instance on othereboard as...See more details in readme document.
Download Pack -
spi_polling_b2b_transfer_slave
Keil Studio AC6, GCC, IARThe spi_polling_board2board_slave example shows how to use spi driver as slave to do board to board transfer withpolling:Notice: The SPI slave of this example uses interrupt mode, as there is no polling mode for SPI...See more details in readme document.
Download Pack -
spifi_dma_transfer
Keil Studio AC6, GCC, IARThe SPIFI DMA Example project is a demonstration program that uses the KSDK software to program external serialflash using DMA and read through AHB bus.
Download Pack -
spifi_polling_transfer
µVision AC5The SPIFI Polling Example project is a demonstration program that uses the KSDK software to program external serialflash using polling and read through AHB bus.
Download Pack -
spifi_polling_transfer
Keil Studio AC6, GCC, IARThe SPIFI Polling Example project is a demonstration program that uses the KSDK software to program external serialflash using polling and read through AHB bus.
Download Pack -
touch_cursor
Keil Studio AC6, GCC, IARThe touch_cursor demo shows how to use LCD hardware cursor and position it using touch panel.In this example, a 32x32 cursor is shown. The cursor's position is changed in reaction to detected touch.
Download Pack -
usart_9bit_interrupt_transfer
Keil Studio AC6, GCC, IARThe usart_9bit_interrupt_transfer example shows how to use usart driver in 9-bit mode in multi-slave system. Master can send data to slave with certain address specifically, and slave can only receive data when it is...See more details in readme document.
Download Pack -
usart_dma_double_buffer_transfer
Keil Studio AC6, GCC, IARThis example shows how to use the DMA driver to implement a double buffer receive scheme from the USARTThe example shows the double buffer constructed using two descriptors (g_pingpong_desc). These descriptors are...See more details in readme document.
Download Pack -
usart_dma_rb_transfer
Keil Studio AC6, GCC, IARThe usart_dma ring buffer example shows how to use usart driver with DMA:In this example, one usart instance connect to PC through usart, the board will send back all characters that PC send to the board.
Download Pack -
usart_dma_transfer
Keil Studio AC6, GCC, IARThe usart_dma example shows how to use usart driver with DMA:In this example, one usart instance connect to PC through usart, the board willsend back all characters that PC send to the board.Note: The example echo...See more details in readme document.
Download Pack