You mean DriverLib (MSPDRIVERLIB)?
MSP430 DriverLib supports:
MSP430F5xx
MSP430F6xx
MSP430FR2xx
MSP430FR4xx
MSP430FR5xx
MSP430FR6xx
MSP430i2xx
Your MSP430G2553 is not supported by DriverLib.
Additional information here .
Den…
Hello kinjal,
RTC example code is provided in the C code examples and with DriverLib. You should not source your example from the MSP430FR5739.
MSP430FR59xx C code examples: www.ti.com/.../slac536
DriverLib (also provided in MSPWare from the CCS…
Part Number: MSP432P401R how do I configure a button to change the period of the timer. Pressing the button once changes the Timer A toggle delay to 1 second. Pressing the button again changes the Timer A toggle delay to 2 seconds. Lastly, pressing the…
Part Number: MSP430FR2311 Tool/software: Code Composer Studio Hello. I started using TI's microcomputer last week. This is my first time to use the TI microcomputer. We are developing the device driver downloaded from www.ti.com/.../MSPDRIVERLIB . TIMER_B_COUNTER_16…
Hi Bhavdipsinh,
the first issue I see already in the init procedure of the PMM
PMMCTL0_H = 0xA5;
PMMCTL0_L = 0x03;
This is not according the user's guide of setting Vcore up to level 3.
Doing this like you did it is not ensured that code execution…
Thanks!
The following is my code. I could not reach
P2->OUT ^= BIT0; // Toggle P2.0 LED
Please help
/* --COPYRIGHT--,BSD_EX
* Copyright (c) 2013, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source…
Apologies Kevin, I was confused between MSPWare and MSPDRIVERLIB version numbers. You have the most up-to-date version but CS_turnOffLFXT() still exists in v2.80 according to the User's Guide. What current measurements are you now reading?
Regards…
Hi David,
That's all right, I struggle with anything and everything involving power/analog! First of all, do not use the I2C library from SLAA382a as the materials/resources from this application report are quite old. I recommend using the latest version…
Siyavash,
TI has the DriverLib which can be found here:
But I'm not sure if there is support for the (quite old) MSP430F169.
The MSPWare could also be interesting for you, although it isn't exactly what you're looking for:
Dennis
Other Parts Discussed in Thread: TI-CGT , CCSTUDIO , MSPDRIVERLIB , MSP430WARE , MSPDS , MSP430G2553 , MSP430FR5969 , MSPMATHLIB Tool/software: TI C/C++ Compiler All,
I have installed the TI Code Generation Tools for Linux in order to move from a…