module ti.catalog.c2800.concertoInit.Boot

Concerto C28 Boot Support

This Boot module can be used to generate a small section that supports booting the C28 processor from Flash. It consists of a single "LB _c_int00" instruction. [ more ... ]
C synopsis target-domain sourced in ti/catalog/c2800/concertoInit/Boot.xdc
#include <ti/catalog/c2800/concertoInit/Boot.h>
 
DETAILS
This Boot module can be used to generate a small section that supports booting the C28 processor from Flash. It consists of a single "LB _c_int00" instruction.
When bootFromFlash is true, the instruction will be placed at "BEGIN", as defined in the linker command file.
 
XDCscript usage meta-domain sourced in ti/catalog/c2800/concertoInit/Boot.xdc
var Boot = xdc.useModule('ti.catalog.c2800.concertoInit.Boot');
module-wide config parameters
 
 
metaonly config Boot.bootFromFlash  // module-wide

Boot from FLASH flag. Default is true

XDCscript usage meta-domain
Boot.bootFromFlash = Bool true;
 
DETAILS
Set to true to enable booting the C28 from Flash.
generated on Tue, 01 May 2012 02:40:32 GMT