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 Tool/software: We are experiencing issues with older lot MSP430G 2353 microcont rollers entering continuous restart loops while newer lot devices function correctly with identical firmware an d hardware. Problem Details :
…
Part Number: MSP430G2353 Tool/software: Hi,
I want to see if we can disable the JTAG, debug ports or flashing port in production. Can you share some documentation on that?
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…
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…
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…
Bob Clay said: I have taken the Ti replicator code and 'Atmel-ised' it. Looking at the waveforms of SBW RESET and TEST signals, it would appear that SBW has started ok because the DIO slot shows a response from the target MSP430 in the expected position…
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 battery…
Some common problems;
Verify the SBWTDIO (/RST) pull-up resistor is not smaller than 4.7KOhm and the (ground) capacitor not greater than 2.2nF. If any doubt remove both, the JTAG doesn’t (like/) need them.
If the Reset is provided from another source…
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…