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 ... ]
#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.
Boot also supports initializing Flash controller wait states, enabling
program prefetches, and data caching within the Flash controller.
var Boot = xdc.useModule('ti.catalog.c2800.concertoInit.Boot');
module-wide config parameters
generated on Thu, 27 Sep 2012 23:22:55 GMT