Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430FR2100 , I am trying to use MSP430-GCC-OPENSOURCE to compile code targeting the MSP430FR2100. I have successfully installed the compiler, compiled some c-code with -nostdlib, but…
Part Number: MSP430-GCC-OPENSOURCE The MSP430 as a nice example of a simple and clean instruction set, I used it in my classes to show how to create a disassembler. To test the disassembler, I wrote a some assembler code to generate a binary file, and…
Part Number: MSP430-GCC-OPENSOURCE
I see that the uint16_t/int16_t types are aliases for the short unsigned int/short int types. Is there a reason for why the "short" keyword exists in this typedef on MSP430? My linter is throwing a fit when assigning…
Part Number: MSP-CGT Other Parts Discussed in Thread: MSP430-GCC-OPENSOURCE Hello Guys,
Good day.
What's the differences between "MSP430 code generation tools - compiler (MSP-CGT)" and the "GCC - Open Source Compiler for MSP Microcontrollers (MSP430…
Part Number: MSP430-GCC-OPENSOURCE Hello Guys,
Good day.
On some projects customer like to use stand alone MSP430-GCC-OPENSOURCE and other projects he like to use the add-on GCC in Code Composer Studio. Can he use both on the same computer with out…
Part Number: MSP430-GCC-OPENSOURCE I'm attempting to build a simple project in CLion using the gcc compiler from MSP430-GCC-OPENSOURCE. I'm getting an odd linker error. Any ideas?
#include <stdio.h> int main () { printf( "Hello, World! \n " ) ;…