Part Number: MSP430F5342 Other Parts Discussed in Thread: MSP430-SDK , , MSP430WARE Tool/software: Hello, I need some help installing the MSP430-SDK in Code Composer Studio. The microcontroller I want to design for is the MSP430F5342. My computer does not…
Hey Kelly,
Welcome to the MSPM0. We have a MSPM0 SDK Keil quickstart guide in our SDK documentation, here: https://software-dl.ti.com/msp430/esd/MSPM0-SDK/2_03_00_07/docs/english/quickstart_guides/doc_guide/doc_guide-srcs/quickstart_guide_keil.html
That…
Hi, Seamus
Can you try to use a offline version CCS from here? If you are urgent.
https://www.ti.com/tool/CCSTUDIO
And a MSP430 SDK: https://www.ti.com/tool/MSP430-SDK#downloads
------------
At the mainwhile, I will try to connect software team, try to reset…
Hi,
You can refer to the following link to configure JLINK in CCS.
https://software-dl.ti.com/msp430/esd/MSPM0-SDK/1_00_00_04/docs/english/tools/doc_guide/doc_guide-srcs/segger_jlink.html
Best Regards,
Peter
Hey Lawrence,
I think E2E was having some technical difficulties today, but for Phil: The MSP430ware SDK should be found in a folder on his PC here: C:\TI\msp430ware_3_80_14_01
He may have an older version number. If not, he can download the latest here…
Hi, Andy
Andy Delle said: I tried making the (1) a volatile variable but that did not work.
What is this (1)? I am not sure about (1).
Andy Delle said: I'm getting strange behavior on my I/O ports when running but with a simple test program making the pins…
Hi, Afkar
Please refer to MSP430's SDK:
C:\ti\msp\MSP430Ware_3_80_14_01\examples\devices\MSP430F5xx_6xx\MSP430F55xx_Code_Examples\C
Here is the 4 wires SPI slave example code:
6558.MSP430F55xx_usci_spi_standard_slave.c
//***************…
Hi Kevin,
We provide several IAR workspace project in MSP430Ware, you can find software in below link: https://www.ti.com/tool/MSP430-SDK
If it does not contain what you asked, you can find an project for MSP430FR599X, then manually change the source code…
Daniel Pantea said: is GCC supported by this VSCode-based IDE?
GCC is indeed supported by CCS 20 in that it is possible to use GCC based projects with it.
Note that the available new project templates are based on the SDK (in this case it would be MSP430Ware…