Other Parts Discussed in Thread: MSP430F6723 Hello All, We are manufacturing company and we recently started mass production of a system with MSP430F6723. Till now, we produced around 1500 units, out of that 6 are not working for MSP430 inbuilt Temperature…
Hi Jacob,
I agree, 100uA is definitely too high for true LPM4. I'd like to look at two things:
1. You mention that you are waking from either an RTC interrupt or an external IO when in your low power state. In LPM4, all clocks are off- meaning the…
Ya I thought at first same thing but I am unable to find its real problem which can solve my problem. rtd.pdf you can check the attached files rtd._loutpdf.pdf
Hi Katie, meanwhile I have so many code snippets and test projects for different target lying around. So the code I posted was actually not the one I used for latest tests. Here's the code for our target pcb with XCAP=01b using a MSP430F6723:
#include…
Other Parts Discussed in Thread: MSP430F6723 I've been implementing some firmware with the Auxiliary Supply System of the MSP430F6723 and have come across a behavior of SYSUNIV that I don't understand. I have connected voltage sources to DVCC and AUXVCC1…
Other Parts Discussed in Thread: MSP430WARE , MSP430F6723 I'm trying to get a 32kHz crystal working on a custom board (remote control with rtc function)
So far I could not get it to oscillate.
The crystal is directly connected to the XIN XOUT pins…
Hi all,
Basically the WatchTimer that I'm using should never be powered down. The battery will last for many months and whenever it's low, it will be recharged.
The only time the watch is reset is when burning new FW (BSL). The battery continues to…
Hi. I'm being forced by a client to make RTC backup voltage (AUXVCC3) on MSP430F6732 same as VCC (3.3V). I may have to end up adding an expensive ultracap just to make the voltage same!
He thinks that if I use a CR2032 battery (3V), the oscillator will…
Other Parts Discussed in Thread: MSP430WARE Hi,
I've been searching everywhere for some detailed documentation (or examples) showing how to use the PWM API function TimerA_generatePWM().
I need to generate 2 different PWM waves - one of 4kHz on P1…
Hi,
I've been looking through the code on the forum, but I haven't found an answer to my specific problem.
I need 2 channels on the ADC10 - each one sampled at different times.
A0 - has High/Lo values for trigger
A1 - when I sample, must get 2kHz…