package ti.catalog.c430

Package of devices for the c430 family

Each module in this package implements the xdc.platform.ICpuDataSheet interface. This interface is used by platforms (modules that implement xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
XDCspec declarations sourced in ti/catalog/c430/package.xdc
requires xdc.platform;
requires ti.catalog;
 
package ti.catalog.c430 [1, 0, 0] {
 
    interface IMSP430;
    // An interface implemented by all MSP430 devices
    interface IMSP430x22xx;
    // Common definition for MSP430x22xx devices
    module MSP430F223x;
    // MSP430F223x Cpu definition
    module MSP430F225x;
    // MSP430F225x Cpu definition
    module MSP430F227x;
    // MSP430F227x Cpu definition
    module MSP430F5438;
    // The F5438 device data sheet module
}
generated on Fri, 09 Oct 2009 20:10:22 GMT