Part Number: MSP430BT5190 Tool/software: I am using the SiT95312 Evaluation Board (EVG); the reference design refers to the TI link to download the firmware for its MSP430 with the following link.
https://software-dl.ti.com/msp430/msp430_public_sw/mcu…
Part Number: MSP430BT5190 Other Parts Discussed in Thread: MSP430WARE To whom it may concern,
I am trying to use the I2C functionality on the MSP430BT5190 and for some reason it is not working. I tried using an Arduino to read the I2C lines, and an oscilloscope…
Part Number: MSP430BT5190 Other Parts Discussed in Thread: MSP430WARE
Hi Experts,
I know that some of the flags set on an MSP430 are set on generic header files that are called on the specific MSP430 header. Do you need to do something in order for these…
Part Number: MSP430BT5190 Other Parts Discussed in Thread: MSP430F5438A Hi Team,
We would like to ask your help regarding our customer's inquiry below.
I am trying to get SPI to work on an MSP430BT5190 and for some reason the RX and TX flags are…
Part Number: MSP430BT5190 Other Parts Discussed in Thread: MSP430F5438A Hello,
I am having trouble getting stock of the MSP430F5438A, but saw that there was stock available of the MSP430BT5190. They look to be the same architecture just the 5190 has a…
Part Number: MSP430BT5190 Hello,
We have an old product which used MSP430BT5190 and Silicon Labs USB to UART chip CP2102. We used TI's BSLDEMO to upgrade firmware and it always worked fine. We recently re-spin the board. We have issues with Silicon Labs…
Part Number: MSP430BT5190 Tool/software: Code Composer Studio Hello,
We are doing just simple thing, We are sending a comma-separated data in Tx buffer in UART and see the plotting in the serial oscilloscope.
we send ASCII value like this
char str[10…
Part Number: MSP430BT5190 Hello,
I am interested in doing "Software BSL Invocation" listed in user's guide "MSP430™ Flash Devices Bootloader (BSL)". Is it possible to use software BSL Invocation on MSP430BT5190? If yes, what is the memory address of the…
Part Number: MSP430BT5190 Hello,
I am beginner in RTOS programming can you give me one simple example of RTOS programming and also provide some Article or tutorial? And How to create a RTOS code in CCS?
Regards
Yash shah
Part Number: MSP430BT5190 Tool/software: Code Composer Studio Hello,
We are sending integer value in Tx buffer in UART like this and convert in string using sprintf function.
int a[10]= {1,2,3,4,5,6,7,8,9,10};
char ch_md[10];
char cnt = 0;
sprintf(ch_md…