AM62L FreeRTOS SDK  11.00.00
Hello World Project

Introduction

This example just does driver and board initialization and prints the string, Hello World! on UART console.

Supported Combinations

Parameter Value
CPU + OS a53ss0-0 nortos
a53ss0-0 freertos
a53ss0-1 freertos
a53ss0-1 nortos
Toolchain arm.gnu.aarch64-none
Board am62lx-evm
Example folder examples/hello_world/

Steps to Run the Example

Sample Output

Shown below is a sample output when the application is run,

Hello World!

FreeRTOS-AMP Sample Output

Shown below is a sample output on UART0 console (logs for a53ss0-0) when the application is run,

Hello World! from a53_core0

Shown below is a sample output on UART1 console (logs for a53ss0-1) when the application is run,

Hello World! from a53_core1