MCUXpresso_LPC54102/boards/lpcxpresso54102/rtos_examples/freertos_hello/cm4
2022-05-14 22:28:55 +08:00
..
armgcc Initial commit. 2022-05-14 22:28:55 +08:00
board.c Initial commit. 2022-05-14 22:28:55 +08:00
board.h Initial commit. 2022-05-14 22:28:55 +08:00
clock_config.c Initial commit. 2022-05-14 22:28:55 +08:00
clock_config.h Initial commit. 2022-05-14 22:28:55 +08:00
freertos_hello.c Initial commit. 2022-05-14 22:28:55 +08:00
freertos_hello.xml Initial commit. 2022-05-14 22:28:55 +08:00
FreeRTOSConfig.h Initial commit. 2022-05-14 22:28:55 +08:00
pin_mux.c Initial commit. 2022-05-14 22:28:55 +08:00
pin_mux.h Initial commit. 2022-05-14 22:28:55 +08:00
readme.txt Initial commit. 2022-05-14 22:28:55 +08:00

Overview
========
The Hello World project is a simple demonstration program that uses the SDK UART drivere in
combination with FreeRTOS. The purpose of this demo is to show how to use the debug console and to
provide a simple project for debugging and further development.

The example application creates one task called hello_task. This task print "Hello world." message
via debug console utility and suspend itself.




Toolchain supported
===================
- IAR embedded Workbench  8.32.3
- Keil MDK  5.27
- MCUXpresso  11.0.0
- GCC ARM Embedded  8.2.1

Hardware requirements
=====================
- Mini/micro USB cable
- LPCXpresso54102 board
- Personal Computer

Board settings
==============
This example project does not call for any special hardware configurations.
Although not required, the recommendation is to leave the development board's jumper settings
and configurations in default state when running this example.
Prepare the Demo
================

Running the demo
================
After the board is flashed the Tera Term will print "Hello world" message on terminal.

Example output:
Hello world.
Customization options
=====================