Part Number: MSP430G2353 Tool/software: Hi All,
We have gone through all the measures mentioned in the this document : https://www.ti.com/lit/an/slaa729a/slaa729a.pdf?ts=1709980960376
Still somtimes see flash corruption and we still do not understand…
Part Number: MSP430G2353 Hello Sir/Madam
I am using MSP430G2353 MCU.
For ultra low power consumption ,I had done the following configuration -
////////////////////////////////////
int main(void) { WDTCTL = WDTPW | WDTHOLD; // stop watchdog timer BCSCTL2…
Part Number: MSP430G2353 Hi,
Can I get 3 PWM outputs using any of the timers. Timer A1 has TA1.0,TA1.1 and TA1.2. But it looks like I can only get two. Any ideas? I suppose I could use one from timer A0 and 2 from timer A1?
I wired up the 3 PWM line to…
Part Number: MSP430G2353
Hello,
We are currently experiencing some field failures on our product which we have narrowed down to some sort of Flash memory corruption on our MSP430G2353.
We have found evidence from a few select examples of failures where…
Other Parts Discussed in Thread: MSP-GANG , MSP-FET Hi, I hope that you can assist me with my problem.
I am making a custom test system for a company product.
I have implemented some functions using the BSL and all of the functions are working.
For product…
We're designing a system to wake up from sleep on an external interrupt. By design, the pin has a pull down resistor and filtering cap, and when power is plugged in the pin voltage rises to 2.5V (VCC = 3.3V). However there is a leakage path from our…
Other Parts Discussed in Thread: UNIFLASH , MSP430G2353 , MSP430G2231 Hello,
We are using MSP430G2353(custom board) & MSP-EXP430G2 launchpad for our project. Uniflash Programmer to program the controller.
While Releasing the code we are not facing any…
Other Parts Discussed in Thread: MSP430G2353 Hello,
I am trying to store some data in information flash of MSP430G2353 so I started with erasing the flash. I want to leave segment A alone.
Based on some online tutorials and the family guide I wrote this…
Other Parts Discussed in Thread: MSP430G2353 Hi,
We need 6 ADC input signals in our design. But these are muxed with the JTAG connections. How we should connect the JTAG and also the ADC signals that we need? We are using MSP430G2353 device.
Please help…
Part Number: MSP430F149 Other Parts Discussed in Thread: MSP430FR2355 , , MSP430G2353 , MSP-FET Tool/software: Code Composer Studio I tried to use the JTAG Pins from MSP430G2353 Launchpad and also from MSP430FR2355 Protolaunchpad for programming of the MSP430F149…