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…
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…
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…
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…
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…
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…
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…
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…
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…
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…