Part Number: MSP430F1122 Other Parts Discussed in Thread: TMDSLCDK6748 I'm looking for an application engineer for conceptual help with our board design.
We currently have a custom board with an MSP430 on it. We require DSP audio processing and would…
Part Number: MSP430F1122 Hello,
When power is turned on after the customer writes to the device, the microcontroller periodically (0.25 seconds) consumes current, resulting in insufficient current supply and a reset.
This occurs on boards with the ROSC…
Other Parts Discussed in Thread: MSP430F1122 , MSP-TS430PW28 By writing below code i want to toggle LED by giving rising edges to P1.1 port.
But i am not getting results.
#include <msp430.h>
int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT
__enable_interrupt…
Hi Suren,
Thank you for the info. That's certainly the Linux software for the OMAPL137, so I'll close this issue.
However, I'm hesitant to pursue the OMAPL137 as it seems like an old platform. When I search for "OMAPL137 Linux" on the forms, all…
Other Parts Discussed in Thread: MSP430F1122 Below find code for which I have written for detection of positive to negative edge for MSP430F1122.
#include <msp430.h>
int main(void) { WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer __enable_interrupt…
Other Parts Discussed in Thread: MSP430F1122 , MSP-TS430PW28 , CCSTUDIO I am working on MSP430F1122 micro-controller.
I have kit MSP-TS430PW28, by using this kit I have done successfully done LED Blinking program.
Now, I want to learn C programming for same…
Other Parts Discussed in Thread: MSP430F1122 Hello,
I successfully built an application using the MSP430F1122 that sleeps most of the time (using a 32khz crystal) and then when it wakes up uses the DCO to generate a 19.2kb data stream. I need reasonable…
Part Number: MSP430G2553 Other Parts Discussed in Thread: MSP430G2533 , , MSP430F1122 , MSP430F1132 , MSP430F1222 , MSP430F1232 Tool/software: Code Composer Studio Hello,
I want to make lipo battery charge circuit with MSP430G2533.
I dont know how make circuit…
Other Parts Discussed in Thread: MSP430F1122 Hi Team,
A customer is using MSP430F1122 and they are having issue of missing GPIO interrupt at low temperatures (-10 degC). The MSP is powered by 3.6V battery, and they are feeding pulses between 2.8 - 3.2…
Other Parts Discussed in Thread: MSP430F1232 , MSP430F1122 , MSP430F2132 , MSP-TS430PW28 Hello,
I am using msp-fet430 for debugging my project. With the package i received msp430f2132. Now when i flash msp430f2132, debugger connects and emulates but when…