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. I would recommend…
Part Number: MSP430AFE222 Tool/software: TI C/C++ Compiler hello ,
I am looking for information on the sleep awake mode of an electrical energy meter using a secondary battery because the primary responsible has the operation of RTC. the question is to…
Other Parts Discussed in Thread: MSP430AFE222 Hello.
I'm going to design a precision device for measurements. I would like to implement this device on several MSP430AFE222.
Device will contain 4 items of MSP430AFE222. Each of the ICs will measure 2…
Part Number: MSP-TS430PW24 Other Parts Discussed in Thread: MSP430AFE222 , MSP-FET Hi,
I am using TI controller for development of Resistance measuring meter requiring @ dc voltage measurements. Please help to answer the following queries.
1. MSP-TS430PW24…
Other Parts Discussed in Thread: MSP430AFE222 trying the example "Multiple Time Bases on a single MSP430 Timer Module", with a MSP430AFE222, I used following code: (Compiler MSPGCC)
#include <msp430afe222.h> int main(void) { WDTCTL = WDTPW…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );…
V6MSP430.dll.txt V7MSP430.dll.txt Hello Jace,
The first file is V6 DLL and second file is V7 DLL. I had to add the .txt extension since uploader won't allow .dll
Dave