On Sun, Feb 12, 2012 at 6:17 PM, Reginald Beardsley <pulask...@yahoo.com> wrote:
>
> I've run all the examples from slac011j.zip through gcc.  Here are some 
> things I've come across.  They may or may not be issues.  I don't know enough 
> yet to say.
>
> 1) The #defines for EEI and EEIEX are missing from the majority of the mcu 
> headers.  I would assume that these should be defined for most (all?) 
> devices, but it's not clear from my reading of the TI docs.

They should only be defined on the devices for which they are
supported.  Which seems to be the case from my review.  See the 2xx
user's guide for the FLASH2 peripheral.

> 2) Should I be including legacymsp430.h as a rule in the TI examples?  It 
> contains EINT() & DINT() for IAR compatibility.  At present I'm just changing 
> the device specific includes in the examples to use msp430.h instead and 
> fiddling the TIMERA0_VECTOR stuff w/ a #define (which is supposed to fixed in 
> the next release of the headers).

No, you should not need to include that.  I'd rather not add more
noise that intrudes into the user's namespace, but if you can confirm
that TI examples use EINT() as well as _EINT(), please file a ticket
requesting that it be added in msp430mcu's intrinsics.h header.

>
> Have Fun!
> Reg
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to