Part Number: MSP430G2533 Dear experts,
I got question about code porting from G2403 to G2533.
My customer want to port the code (which is used for G2403) to G2533.
Is it possible?
From datasheet, pin location is same G2533 and G2403.
I…
Part Number: MSP430G2533 Tool/software: TI C/C++ Compiler Hello,
I am Yash Shah i have start my new project in MSP430 2553 with PID controller for pressure control so any example code aviliable?
Thanks & Regards
Yash Shah
Part Number: MSP430G2533 Hi, is it possible to program a msp430g2533ipw28 (28-Pin) with the MSP Launchpad? Msp430g2533 is listed in the compatibility list, but my Launchpad fails to write to it.
Power, Ground, TEST, RST are connected to the Launchpad…
> if ((BIT4 & P1IN))
>{
> P1OUT&= ~BIT0;
>}
1) You've configured (P1OUT/P1REN) your buttons to be active low (that's the usual way), so a button push makes the pin go low (=0).
2) To turn the LED on, you need to set the pin high.
Try:
> if…
Part Number: MSP430G2533 Kindly confirm on datasheet error below.
We discovered that the documentation for the TI MSP430G2533 (28-pin package) is not correct. Specifically, two of the timer pins are mislabelled:
Pin 10: TA1.0 is actually TA1.1 …
Part Number: MSP430G2533 Tool/software: Code Composer Studio In page 16 of the SLAA386A application note there is Appendix A Associated Files shown zip package.
Where can I download the Folder I and II ? Thanks.
Hi Ercan,
The system shows that you clicked the " T his did NOT resolve my issue" button. What is your progress on this question? Is it convenient to post some progress and details here?
Best Regards,
Johnson
Hello Dennis,
The reason I did not think the MSP430G2533 supported HF mode was in Figure 5.1 (MSP430x2xx Family Guide). It says "MSP430F20xx, MSP430G2xx1, MSP430G2xx2, MSP430G2xx3: LFXT1 does not support HF mode". Is the "MSP430G2xx3" a mistake in…
Part Number: MSP430G2533 Tool/software: Code Composer Studio Hi all, is there a recommended/easy/default way to create C++ projects in CCS for MSP430? Right now I'm create a "CCS project" with a default main.c then vicariously change main file it to main…