platform-timsp430 icon indicating copy to clipboard operation
platform-timsp430 copied to clipboard

TI MSP430: development platform for PlatformIO

Results 20 platform-timsp430 issues
Sort by recently updated
recently updated
newest added

As stated [in this discourse post](https://community.platformio.org/t/bump-platformio-tool-dslite-to-its-latest-version/36557), I am asking you to please update platformio/tool-dslite to its latest version. I am also willing to help in anyway possible.

Hello, Debuging does not work, debug console writes about unknown dslite protocol (which is really unknown to mspdebug). Any suggestions? Regards, Edi [DebugConsole.txt](https://github.com/platformio/platform-timsp430/files/10732946/DebugConsole.txt)

a while back, a user by the name of @maxgerhardt made a fork for using a newer toolchain (provided by TI's website). https://github.com/maxgerhardt/pio-toolchaintimsp430-new I know next-to-nothing about compilers, but it...

On Mac OSX 10.14.6, attempted to send a simple Blink file to an MSP-EXP430FR5739 (one of the supported boards) from PlatformIO IDE extension installed into VSCode as recommended. Everything appears...

Please add support for the TI MSP430 Launchpads. The MSP-EXP430G2 and MSP-EXP430G2ET Launchpads do not work with PIO VSCode extension v1.4.0 / PIO 3.6.1rc2 Attempts to upload code results in...

The default `upload_protocol` for most of the boards is `dslite`. Thus, when, for example, looking at [this](https://docs.platformio.org/en/latest/platforms/timsp430.html#packages) one would assume that `mspdebug` is an alternative tool. And while this is...

Would like to request the addition of another launchpad board, the MSP-EXP430FR2355. The board has useful analog features as well as fram, and would make a good addition to the...

Getting the errors: ``` /home/korey/.platformio/packages/toolchain-timsp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/include/msp430.h:1802:2: error: #error "Failed to match a default include file" /home/korey/.platformio/packages/framework-energiamsp430/cores/msp430/Energia.h:366:26: fatal error: pins_energia.h: No such file or directory ``` This suggests that the msp430.h include...

The same problem as with the issue "lpmsp5969 Upload Error # 4" also occurs when an upload is to be made to the "MSP430G2553". Error message: ----------------- GRADE ------------------ Modified...

Hey guys,I am trying to debug on the MSP430F5529.I can built and upload the project correctly on the PIO.However,it trouble me a lot while I try to debug.When I click...