I haven't used CCS and other software to write TI programs for a long time, and I don't want to make it too complicated, so the first thing I thought of was to use Energia. First download the latest Energia 1.6.10E18. Only this version can support the MSP430FR22433 development board (direct download may be very slow).
http://energia.nu/ After running Energia, you will find that there is no MSP430FR2443 in the development board list. The original downloaded energia did not install the latest MSP430 tool. We need to update the MSP430 through the development board manager, and we need to install the latest 1.0.3. After the update, you can see the MSP430FR2443 development board. (Direct update is also very slow, or even impossible to update, you need to think of a way yourself)
Select the MSP430FR2443LP development board and open the blink routine. Compile and upload, you will find that it prompts that the USB FET cannot be found. This is because the TI MSP430 driver is not installed. You need to download it from the TI website (download requires logging in to the myTI account):
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSP430_FET_Drivers/latest/index_FDS.html After installing the driver, you can upload the program and see the LED flashing.
This content is originally created by EEWORLD forum user dcexpert. If you want to reprint or use it for commercial purposes, you must obtain the author's consent and indicate the source