Hi.
I recently bought a msp-fet430u80 kit form TI and installed MSPGCC . I used to make desings with PICs from Microchip but this TI MCU for me i really new and I think that I require a little bit of help, so if somebod just can advice me or answer this message, could probably help me a lot.
My questions/troubles are:
1- Is there any C command guide for MSPGCC in where I can read how to us the instructions ( C instructions)
2-Does mspgcc for example can understand code like this:
ME1=0X40; //usart 0 spi enable IE1=0XC0; //usart 0 interrupt enabled UCTL0 |= SYNC; UCTL0 |=STC; UCTL0 |=FF;
3- Where can I find source code and examples for mspgcc in order t learn how the programming structure is?
Thanks