Other Parts Discussed in Thread: MSP430G2413 Hello,
I have looked through the MSP430 forum but failed to find a solution to my problem. Using RealTerm to send RS322 to the MSPG2413, only sometimes the uController catches a byte, loads it into the UCA0RXBUF…
Hi Gerald,
I believe that MSP430G2413 is a good fit.
regarding your question about getting milliseconds, this can definitely be done multiple ways with MSP430.
Does the customer want to user MSP430 driverlib? Or are they writing register level msp430 code…
Other Parts Discussed in Thread: MSP430F1121 , MSP430F6638 Can someone confirm this for me? I am working on a design with G2413 and I need to know if pulling TEST pin high during programming will activate the JTAG IO? I dont want to have to tie the TEST…
I need to share my encounter with this community:
Here is the original code:
i = 0x0; // . . Reset index for transmit ISR
IE2 |= UCA0TXIE; // . . Enable…
Usually, it's easier and more precise to use dedicated hardware for each applicaiton rather to 'multiplex' it. Especially, if one applicaiton requires uninterrupted attention.
You can use the MSP430G2453m which has two independent TIMERA3…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…