LPC8N04DevBoard
-
Core
Cortex-M0+
-
Device
LPC8N04
-
CMSIS Pack
LPC8N04DevBoard_BSP
-
spi_interrupt_transfer_slave
Keil Studio, µVision AC6The spi_interrupt_transfer_slave example shows how to use spi/ssp driver as slave to do board to board transfer with interrupt:In this example, one spi instance as slave and another spi instance on othere board as master. Master sends a piece ofdata to slave, and receive a piece of data from slave. This example checks if the data received from master is correct.
Download Pack -
spi_polling_transfer_master
Keil Studio, µVision AC6The spi_polling_transfer_master example shows how to use spi/ssp driver as master to do board to board transfer with polling mode:In this example, one spi instance as master and another spi instance on other board as slave. Master sends a piece ofdata to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct.
Download Pack -
spi_polling_transfer_slave
Keil Studio, µVision AC6The spi_polling_transfer_slave example shows how to use spi/ssp driver as slave to do board to board transfer with polling mode:In this example, one spi instance as slave and another spi instance on other board as master. Master sends a piece ofdata to slave, and receive a piece of data from slave. This example checks if the data received from master is correct.
Download Pack -
tsens_interrupt
Keil Studio, µVision AC6The tsens_interrupt example shows how to configure TSENS register to measure the temperature through a high-precision zoom-ADC. In this example, it shows how to init and configure the TSENS model and get the temperature value from the register when the application is ready.
Download Pack -
tsens_polling
Keil Studio, µVision AC6The tsens_polling example shows how to configure TSENS register to measure the temperature through a high-precision zoom-ADC. In this example, it shows how to init and configure the TSENS model and get the temperature value from the register when the application is ready.
Download Pack -
wdt
Keil Studio, µVision AC6The WDOG Example project is to demonstrate usage of the KSDK wdog driver.In this example,quick test is first implemented to test the wdog.And then after 5 times of refreshing the watchdog, a timeout reset is generated.
Download Pack