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…
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…
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…
I need to share my encounter with this community:
Here is the original code:
i = 0x0; // . . Reset index for transmit ISR
IE2 |= UCA0TXIE; // . . Enable USCI_A0 TX interrupt. At end of 10 repeated int,
cSnoop = TRUE; // . . start listening to the…
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 modules.…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
Hi Paul,
I use the MSP430 product selection page from https://www.ti.com/microcontrollers-mcus-processors/msp430-microcontrollers/products.html and save all parts in the spreadsheet. I use the filters to filter out parts. There are quite a few that…