Configuration parameters for the Local Power Manager running
on the GPP core of a TMS3203430 device.
enum TMS320C3430GPP.OpersysCfg |
 |
Runtime Operating System
XDCscript usage |
meta-domain |
values of type TMS320C3430GPP.OpersysCfg
const TMS320C3430GPP.Opersys_PrOS_DaVinci;
// PrOS on DaVinci platform
const TMS320C3430GPP.Opersys_Linux;
// Linux (HLOS)
const TMS320C3430GPP.Opersys_DSPBIOS;
// DSP/BIOS
enum TMS320C3430GPP.TransportCfg |
 |
Transport Layer used between GPP and DSP
XDCscript usage |
meta-domain |
values of type TMS320C3430GPP.TransportCfg
const TMS320C3430GPP.Transport_Link_PrOS_DaVinci;
// DSP/BIOS Link for PrOS on DaVinci
const TMS320C3430GPP.Transport_Link_Linux;
// DSP/BIOS Link for Linux
config TMS320C3430GPP.CPU_NAME // module-wide |
 |
cpu name, useful for adding validation checks
XDCscript usage |
meta-domain |
const TMS320C3430GPP.CPU_NAME = String "GPP";
config TMS320C3430GPP.opersys // module-wide |
 |
Define which operating system is running on the CPU (required)
XDCscript usage |
meta-domain |
config TMS320C3430GPP.proxyFor // module-wide |
 |
Proxy device used for new devices
XDCscript usage |
meta-domain |
TMS320C3430GPP.proxyFor = String undefined;
DETAILS
To support new devices which behave the same as existing devices,
set this configuration parameter to a known device which can be
used as a proxy for the new device.
config TMS320C3430GPP.transport // module-wide |
 |
Define which transport layer is used (required)
XDCscript usage |
meta-domain |