Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430F5172 Tool/software: Code Composer Studio I'm using this compiler/linker, downloaded yesterday just to be sure (it occured even with the gcc 5 version):
msp430-elf-gcc (Mitto Systems…
Part Number: MSP430-GCC-OPENSOURCE Tool/software: Code Composer Studio Hello,
Using GNU C++ 8.3.0.16 (Mitto Systems Limited) in CCS, my code compiles just fine with gcc option -std=c++14 but things get weird with:
-std=gnu++14
I get this first…
Part Number: MSP430FR5994
Tool/software:
I want to use C++17 for my project, so I have added the MSP430-gcc compiler in CCS Theia. I created a new project using "msp430fr599x_1.c Blink LED" example with the default compiler (TI v21.6.1.LTS), and the…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430F5529 Tool/software: TI C/C++ Compiler For debugging purposes I would like to have printf available. However, printf didn't do anything when I added it into some example code pulled…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430F5529 , Tool/software: TI C/C++ Compiler Hi ,I'm using msp430f5529 with MSP430-GCC-OPENSOURCE on linux,when I try to memset a buf[4096] to 0,like this
#define BUFSIZE 2048
uint8_t…
Looking at the user's guide, I see the support files listed in Table 20 but not shown on the MSP430-GCC-OPENSOURCE software folder.
I downloaded the standalone package but didn't find the support files under the "include" folder either.
I'll check…
Part Number: MSP430-GCC-OPENSOURCE
Even when compiling code using -msmall, it may be desirable to access memory addresses outside of the 64K memory space supported by the original MSP430 instruction set. Intrinsics exist for pointer access outside normally…
Part Number: MSP430-GCC-OPENSOURCE Tool/software: TI C/C++ Compiler Both warning options for missing NOPs around interrupt enable/disable instructions are listed as "-mY". Presumably one of these is meant to be "-my" based on the other options in table…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430FR2633 When compiling code for the MSP using CCS, it uses a msp430fr2633.cmd file, located in the ccs/include folder.
However, when I download the headers/support files from the…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430F5419A Hi,
I used msp-elf-gcc-5.0.0.0. I tried updating the toolchain to the latest 6.1.1.0 (GCC 7.3.2.154).
When I used the gcc with -O2 option, both compiling and linking…