AM243x MCU+ SDK  08.04.00
Sciclient CCS Init

Introduction

This is a special example which loads the System Firmware on Cortex M3, initializes the M4 and sends the sciclient boardcfg to the SYSFW running on M3. This example is mainly used in conjunction with the DEV BOOT MODE.

The SYSFW will be part of the application as a hex array and will be loaded to M3 using Sciclient_loadFirmware API.

The boardcfg is a SOC specific configuration data regarding the various system attributes controlled by the SYSFW. These include resources, power and clock, security etc.

If the SYSFW loads and accepts the boardcfg sent, the test result is passed otherwise failed.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 nortos
Toolchain ti-arm-clang
Boards am243x-evm, am243x-lp
Example folder examples/drivers/sciclient/sciclient_ccs_init

Steps to Run the Example

See Also

SCICLIENT

Sample Output