Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: LMP91000 , MSP430FR2355 , I have been using the LMP91000 in my Electrochemical circuits for a while and I really like its performance. We have a new project where we decided to implement the…
Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: MSP430FR2355 The attached screenshot is fairly self-explanatory to the problem I had.
I'm trying out the UART on MSP430FR2355 on the MSP-EXP430FR2355 LaunchPad. I have P4.3 setup to UART…
Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: ENERGIA Hi, Problem of uploading to the MSP-EXP430FR2355 card Message: Java.io.IOException: Cannotrun program "(runtime.tools.dslite-9.2.0.1793-el.path) / DebugServer / bin / DDlite": CreateProcess…
Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: MSP430FR2355 , , ENERGYTRACE , MSP-FET I am developing a device that uses the Smart Analog Combo SAC and DAC features on the MSP430FR2355.
I have determined that the DC-DC converter on the…
Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: MSP430WARE Hi Forum
We are having a little bit of a frustrating time getting CSS to install MSP430Ware, we are new to MSP and must be doing something fundamentally wrong as we have the same…
Part Number: MSP-EXP430FR2355 I have MSP-EXP430FR2355 PCB Rev A board.
I have built CCS project with the following UART C Program from book by Brock LaMeres, "Embedded Systems Design" page 376
#include <msp430.h>
void main(void)
{
WDTCTL =…
Grant Petty said: Also, the program doesn't free-run but seems to hit a hardware breakpoint with every call to printf, if I'm interpreting things correctly.
The default in the TI compiler run time library is that printf() uses C I/O, which as you have…
Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: ENERGIA Hello Team,
I'm posting this inquiry on behalf of my customer. Please see details below:
Purchased the MSP-EXP430FR2355, today I was using it along with the software, energia,…
Part Number: MSP-EXP430FR2355 Tool/software: Code Composer Studio Hi, I'm a beginner of TI architecture so can't figure out what mistake happened at __bis_SR_register(LPM4_bits | GIE); in any code example with
__bis_SR_register(_any LPM mode) make code…
Part Number: MSP-EXP430FR2355
There were extra NULL characters sent after the UART TxD finished sending a string.
I have the P4.3 setup as my UART TxD. When the S1 button is press on the MSP-EXP430FR2355 LaunchPad, P4.1 triggers the interrupt which…