Other Parts Discussed in Thread: MSP430FG4618
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: MSP430FG4618
Hi,
The name is "TACCR0" not "TACCRO".
Regards
but now it gives in IAR
"Error[e16]: Segment INTVEC (size: 0x2e align: 0x1) is too long for segment definition. At least 0xe more bytes needed. The problem occurred while processing the
Hi,
Change include from #include "io430xG46x.h" to #include "msp430FG4618.h".
Why are you defining static uint16_t LastTime=0;?
You need also to declare function DisplayUint().
Best regards,
AES
AES said:
Change include from #include "io430xG46x.h" to #include "msp430FG4618.h".
I tried it in two ways msp430fg4618.h is for Code Composer Studio io430fg4618.h is for IAR Kickstart.
I took this code from Davies's book and he used DisplayUint function as what i wrote.I could't find the DisplayUint function in libraries.Is it wrong usage? bu he used.
And declaring this function is seemed warning not error.
Best regards.
Tuna
Hi
Are you working with the MSP430FG4618/F2013 Experimenter Board?
Best regards,
AES
Hi again,
If you download the MSP430 Teaching ROM from TI website you will find several example that run on the MSP430FG4618/F2013 Experimenter Board. Have a try on it.
Best regards,
AES
**Attention** This is a public forum