Part Number: MSP430FR6989 Other Parts Discussed in Thread: MSP430-GCC-OPENSOURCE I recently downloaded the MSP430-GCC-OPENSOURCE from the TI-Website. The " Mitto Systems GCC Windows installer incl. support files" was the zip-file I needed. I noticed that…
Part Number: MSP430-GCC-OPENSOURCE I am trying to download version 7.3.1.24 of this compiler, but it looks like the link is broken to download previous versions.
Here is how this error can be reproduced:
1. Go to this page MSP430-GCC-OPENSOURCE…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430FR5994 Hello,
I'm currently working with the MSP430FR5994 and I'm using MSP430-GCC and working outside of the TI CCS IDE. I'm trying to use printf for debugging purposes e.g.…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430FR5994 hello all, I currently debug a test project using GDB 9.1 and the MSP430 GDB Agent 8.0.809.0 that I have obtained from:
https://www.ti.com/tool/MSP430-GCC-OPENSOURCE
…
Part Number: MSP430-GCC-OPENSOURCE
I'm trying to get the MSP430-GCC-OPENSOURCE GDB debugger working with CLion. I have it building and linking, but I'm getting this GDB command exception from CLion, which is presumably originating with the MSP430 GDB…
Part Number: MSP430-GCC-OPENSOURCE Hello everyone
It seems to me that the link to previous versions of the MSP430-GCC is broken: https://www.ti.com/tool/MSP430-GCC-OPENSOURCE#previous-versions
It just redirects me to the root link and nothing happens…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430FR2675 , MSP430WARE I'm getting an "undefined reference to `WDTCTL`" error when I try to build a simple hello world project for MSP430 GCC in SlickEdit, even though I have __MSP430FR2675__…
Part Number: MSP430-GCC-OPENSOURCE Other Parts Discussed in Thread: MSP430FR2675 , MSP-TS430PT48A , MSP-FET I'm following the instruction in section 4.6 of SLAU646F. Using a command line interface on macOS, I am able to execute `make debug` for the generic…
David Schultz said: The problem, and I seem to recall it turning up in other contexts, is with the interrupt hardware. In effect what happens is that it sees that it needs to service an interrupt and begins that process. Then the information needed to…
Part Number: MSP430-GCC-OPENSOURCE Hi,
the linker script bugs reported last year https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/939422 are not fixed in the latest MSP430-GCC 9.3.0.31 so the proposed patch was not applied.
Any news regarding…