LPCXpresso54018
-
Core
Cortex-M4
-
Device
LPC54018
-
CMSIS Pack
LPCXpresso54018_BSP
-
rom_dev_hid_generic_bm
Keil Studio, µVision AC6The example shows how to us USBD ROM stack to creates a generic HID device. The example supports 1 byte report and loops back the data received in SET_REPORT message..
Download Pack -
rom_dev_msc_ram_bm
Keil Studio, µVision AC6The example shows how to use USBD ROM stack to create a RAM disk. When the USB on J3 is connected to a PC, the host would recognize the USB connection as a mass storage device. Note that the storage happens on the RAM and is not a persistent storage..
Download Pack -
rtc_example
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 -
sctimer_16bit_counter
Keil Studio, µVision AC6The SCTimer 16-bit counter project is a demonstration program of the SDK SCTimer driver operation when using the SCTimer counteras two 16-bit counters.The example toggles an output per counter when a match occurs.
Download Pack -
sctimer_multi_state_pwm
Keil Studio, µVision AC6The SCTImer multi-state project is a demonstration program of the SCTimer state machine. It shows how to set up events to be triggered in a certain stateand transitioning between states.State 0 has 2 events that generate a PWM signal, it also has an event linked to an input signal to transition to State 1.State 1 has 4 events that generate 2 PWM signals, it also has an event linked to an input signal to transition to State 0.
Download Pack -
sctimer_simple_pwm
Keil Studio, µVision AC6The SCTimer project is a simple demonstration program of the SDK SCTimer's driver capabiltiy to generate PWM signals.
Download Pack -
sha
Keil Studio, µVision AC6The SHA Example project is a demonstration program that uses the KSDK software to generate SHA checksums.
Download Pack -
shell
Keil Studio, µVision AC6The Shell Demo application demonstrates to control Leds by commands.
Download Pack -
spi_dma_transfer
Keil Studio, µVision AC6The spi_dma example shows how to use spi driver with DMA:In this example, one spi instance as master and another spi instance as slave. Master sends a piece of data to slave,and check if the data slave received is correct.
Download Pack -
spi_half_duplex_dma_slave
µVision AC6The spi_half_duplex_dma transfer_slave example shows how to receive and transmit data to master board.Notice: The SPI slave of this example uses dma mode. The data transfer size(not buffer size) is twice ofthe master's transfer size. The first half of the transmission will receive data, and the second half will senddata back to master, so the address of the receive buffer is &rxDataPolling[64].In this example, one spi instance as slave and another spi instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from master is correct. And slave will print what it received.
Download Pack