Hello,
I don't undertanding the problem, I put the follow routines of interrupt:
/ / Stopping by the burst of counting timerA
*interrupt (TA0IV_) trata_timer( void )*
{...}
/ / Function that handles ineterrupção by USART1
*interrupt ( U1IE ) trataIntUSART1( void )*
{...}
And appears the following warning for both:
Description Resource Path Location Type
*‘interrupt’ attribute directive ignored* Estufa_20-05-09.c
Diamantina_20-05-2009 391 C/C++ Problem
I typed the following includes:*
**#define __MSP430__
#include <msp430x16x.h>
#include <signal.h>
#include <io.h>
#include <math.h>
#include <sys/ieeefp.h>**
*I typed the first and last lines because I had a problem with Endianness.
There was 3 other warnings that happened:
escription Resource Path Location Type
*Error launching external scanner info generator (/opt/msp430/bin/msp430-gcc
-mmcu=msp430x169 -E -P -v -dD
/home/daniel/workspace/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c)
* Diamantina_20-05-2009 -1 C/C++ Problem
Description Resource Path Location Type
/*opt/msp430/msp430/include/math.h conflicting types for built-in function
‘cabs’* Diamantina_20-05-2009 112 C/C++ Problem
Description Resource Path Location Type
/*opt/msp430/msp430/include/math.h conflicting types for built-in function
‘cabsf’* Diamantina_20-05-2009 190 C/C++ Problem
*I don't understanding these warnings. There is something about the includes
that I typed?
Could someone helpe me?*
Thank you
Daniel.