Arm Keil MDK v6 Essential and Professional editions are now available to buy as monthly or annual subscriptions from our Developer Tools store. Visit the store to get access to the tools suite today!

  1. Boards
  2. LPC8N04DevBoard

LPC8N04DevBoard

NXP
LPC8N04DevBoard
VSCode with the Arm Keil Studio extension

Accelerate your application development with example projects

Import your chosen project to Keil Studio or download for use in Keil uVision.

Learn more about Keil tools
  • spi_interrupt_transfer_slave

    Keil Studio, µVision AC6

    The 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 AC6

    The 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 AC6

    The 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 AC6

    The 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 AC6

    The 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 AC6

    The 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