Hello Stan,
I'm not aware of any examples with drivers for those exact parts. All examples that I can think of will be generic and focus on the processor's peripherals.
I'll move this thread over to the dataconverters team. Maybe they can…
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…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…
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…