Part Number: MSP430FR6043 Other Parts Discussed in Thread: MSPDRIVERLIB , EVM430-FR6043 , Hi, I'm on the way to develop the Ultrasonic air flow meter.
At the moment, I'm trying to use EVM-MSP430FR6043 board with given TI Libraries.
I have two questions;…
Part Number: MSP430G2352 Other Parts Discussed in Thread: MSP430WARE , , MSPDRIVERLIB Hi,
I am new to TI micros and CCS. I am trying to use some example code I found and it does not build as I expect it to.
when i include WDT_A_resetTimer(); in my…
Part Number: TMS320F28386S Other Parts Discussed in Thread: SYSCONFIG , C2000WARE , MSPDRIVERLIB I did not find an cm projects that have gpio examples so I imported an empty cm project, used what worked for the C28 and fired up sysconfig.
It will not…
Hey Samrudhee,
Can you try installing the MSP430 drivers? https://www.ti.com/tool/download/MSPDRIVERLIB Install those, restart your computer, see if that works.
Also make sure you have applied power to the EVM before connecting it to the computer…
Hello,
MSPDriverLib only supports the following devices:
MSP430F5xx_6xx
MSP430FR57xx
MSP430FR5xx_6xx
MSP430FR2xx_4xx
MSP430i2xx
The MSP430AFE222 has limited memory, so the extra overhead that MSPDriverLib adds would not be desirable…
Other Parts Discussed in Thread: MSP430G2553 , MSP430F5528 , MSP430F5338 , MSPDRIVERLIB There are a few things that can cause an EVM to not connect to the GUI on the computer. Below walks through some common troubleshooting steps to fix EVM connectivity…
Hi Hardy,
You can look at the linker script lnk_msp430fr5994.cmd for MSP430FR5994. It will do the allocation. You can look at any example project in the MSP Driver library at http://www.ti.com/tool/MSPDRIVERLIB . After installation, you can import an…
As a quick follow-up, in case you don't see the empty DriverLib project template in CCS, then close CCS, download MSPDriverLib, extract the .zip file, copy the folder into your C:\ti or C:\ti\msp folder, open CCS, and it should discover it. Go through…