AM62D FreeRTOS SDK  11.00.00
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 mcu-r5fss0-0 nortos
mcu-r5fss0-0 freertos
a53ss0-0 nortos
a53ss0-0 freertos
a53ss0-1 freertos
a53ss1-0 freertos
a53ss1-1 freertos
a53ss0-0 freertos-smp
c75ss0-0 freertos
r5fss0-0 nortos
r5fss0-0 freertos
Toolchain ti-arm-clang
arm.gnu.aarch64-none
ti-c7000
Boards am62dx-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

Attention
Output from a53ss0-1, a53ss1-0 and a53ss1-1 cores are log to the Shared memory, can be viewed via a53ss0-0 on which log reader is enabled

Shown below is a sample output on UART0 console when the application is run,

Hello World! from a53_core0
[a530-1] 0.002216s : Hello World! from a53_core1
[a531-0] 0.002184s : Hello World! from a53_core2
[a531-1] 0.002050s : Hello World! from a53_core3