Part Number: MSP430AFE222 Tool/software: Hello
Is there a MCU with both 24-bit delta sigma adc and CAB-FD?
I find one made by Renesas,
S1JA.
I hope there is one made by TI.
Best Regards,
David
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 point you…
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…
You shall run one chip on XT2 oscillator, output it's clock on "SMCLK out" pin and run " slave chips" in external clock source from this signal.
Unfortunately I can't think of truly hardware-way to start all the ADC's simultaneously, thou you could…
Part Number: MSP430AFE221 Other Parts Discussed in Thread: MSP430AFE223 , MSP430AFE222 Hello Team,
I am working with an MSP430 microcontroller, and I want to read an analog input voltage using the ADC and send the corresponding voltage value over UART…
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…
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 + WDTHOLD;…
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…