Part Number: TPS61020 Other Parts Discussed in Thread: MSP430G2353 Situation: VBAT = Li+ battery, single cell, 4.2V fully charged. TPS61020 boosts this to a 5V level.
1) Per the data sheet, the EN input requires a minimum of 0.8*Vbat.
How much leeway…
Other Parts Discussed in Thread: MSP430G2333 , MSP430G2353 , MSP430G2553 Hi all,
I want to read the ADC values from 3 different analog sensor. any idea or example ?
Thanks,
Ashok r
Other Parts Discussed in Thread: MSP430G2353 , UNIFLASH Hi,
I use MSP430G2353 and MSP-FET430UIF.
When I build program in release or debug mode, I see same thin in run as link in title:
Run -> Load -> Verify program...
How I can verify program? or…
Other Parts Discussed in Thread: MSP430F5310 , MSP430G2353 , MSP430G2001 Here you can see the Test-Code, the measured cycles and the Assembler-Code for the different µController // TEST // MSP430F5310 MSP430G2353 // Clocks Code Clocks Code // -----…
Can't build simple project for MSP430G2353 using IAR 5.40.1.
There are two files in project:
main.c:
#include <msp430.h>
extern void test(void); int main(void) { test(); return 0; }
test.c:
void test(void) { int i = 0; }
If file "test.c" is located…
I am trying to get the timer capture mode to work on the MSP430. Currently I am using a g2353 model of the MSP430 family.
I have found a few examples for this but have been unable to get any of them to work.
My goal is to use this functionality to calculate…