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…
Hi Massimo, As far as I'm aware, SYSCONFIG doesn't support the MSP430. I don't think we have any tool that generates .c/.h files for MSP430. The best option for it will be to look out examples from our SDK, and use that as a reference.
Best Regards…
Hi Owen,
CSC is TI's fork of MCUBoot for the MSPM0 MCUs, https://software-dl.ti.com/msp430/esd/MSPM0-SDK/2_02_00_05/docs/chinese/middleware/boot_manager/doc_guide/doc_guide-srcs/customer_secure_users_guide_CN.html
I tried the Factory reset GUI and…
Hi Pengfei Xie,
Pengfei Xie said: Could you please double check whether a MDIO "controller" is needed or a "target" is needed?
Currently we have a MDIO controller demo based on GPIO+delay internally. But do not have target demo currently.
What our…
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…
Apologies; I misread the device name. For the 6843, you can find the list of configuration commands in the SDK user guide for SDK 3.6.
Fedi makni said: My question is, it seems that because there is only 1 UART (1 TX and 1 RX) the ESP32 (or any master…
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…
Hello Manikandasamy,
Download this MSP430 SDK and you can find the example code for peripherals of MSP430F5xxx. And MSP430 don't have function of Ethernet. If you just want to use MSP430 to control the Ethernet controller, maybe you can write the code…