AM273x MCU+ SDK  08.04.00
Bootloader_CoreBootInfo Struct Reference

Detailed Description

Data structure containing information about a core specific to the AM64x SOC.

This structure is used to store the data about cores in the SoC in the form of a lookup table which will be used by various APIs.

Data Fields

uint32_t defaultClockHz
 
char coreName [8]
 

Field Documentation

◆ defaultClockHz

uint32_t Bootloader_CoreBootInfo::defaultClockHz

◆ coreName

char Bootloader_CoreBootInfo::coreName[8]