Part Number: MSP430FR6989
Hi all,
I don't know in what forum specifically I would ask this, this seems the closest.
I've always worked with the compilers given by the CCS. However, I am trying to use GCC more, and know what GCC does and how it works. So I have some questions about this which I cannot seem to find the answer to.
1. Do you need the MSP430-GCC for compiling to MSP430, or can you just use the normal GCC, with flags like -mmcu=msp430? --> the normal GCC will work for your own computer, so you need a cross compiler, hence the msp430-gcc, where this flag will work.
2. Does the MSP430-GCC offer the exact same functionality as the GCC (can the same attributes and flags be used)? I am guessing it does, and I am guessing the MSP430-GCC can do some more as well?
With kind regards.