Forum Post: MSP432: UART Baud rate up to 4M when VCORE=1.2V
Dear Champs, As MSP432 datasheet said, if VORE is 1.2V, we can drive UART baud rate up to 5Mbps when BRCLK=12MHz. After testing, I met higher error rate when setting 4Mbps baud rate. Do you have any...
View ArticleForum Post: RE: MSP430FR5989 / MSP430FR5986 current consumption issue over...
Hi all, We have been following with additional tests over temperature using TI Development Kit. In our first tests, we have used a high gradient temperature cycle (2 min per degree) which is not very...
View ArticleForum Post: RE: MSP430FR5989 / MSP430FR5986. Recording Problems
Hy Camereon, Thanks for the reply, I actually meant programming. The modules are custom PCB. It seems that the problem was in the MSP-FET430UIF and the JTAG lines. Now most custom PCBs can be...
View ArticleForum Post: RE: MSP432 eUSCI_B3 confusion
Thanks for coming back and sharing your observations!
View ArticleForum Post: RE: How to use LCD_C drive lib on MSP430F6736
Hi Daniel, You will not be able to use the LCD_B library directly, using the MSP430FR5xx_6xx MSPDRIVERLIB 's LCD_C files is most likely the best option. I am currently looping in software library...
View ArticleForum Post: SFR_16BIT
This had been touched a couple of times, but in my case, I needed address of UCB0RXBUF as unsigned long for DMA. I presumed UCB0RXBUF is a pointer so I simply do this foo = UCB0RXBUF; bar = (uint32_t)...
View ArticleForum Post: RE: MSP430 Firmware Upgrade Malfunction
Hi Kevin, Can you please supply the IC markings of the 10 failing units? Are they distinctive in that they are from a different lot as compared to the other 240 devices? Have any hardware changes been...
View ArticleForum Post: RE: MSP430 Firmware Upgrade Malfunction
[quote user="Dan Cristy"] We use the BSL feature in the MSP430 to implement our firmware upgrade function. Specifically we use the USB interface for BSL communication. We have had a number of firmware...
View ArticleForum Post: RE: Does the MSP-FET work with Energia?
Not sure if you can do it directly through Energia . However, you could use the hex file generated by Energia to program the chip. You could use the free Elprotronic FET-430 programming software (see...
View ArticleForum Post: RE: CCS-PROMO-MSP-EXP432P401R
Luigi, try rename the file to ccs_setup_6.2.0.00050.exe and then run the file. In the past, TI has had a problem with stripping the file extension during download of the file. Jim S.
View ArticleForum Post: RE: CapTIvate: about TIDM-CAPTIVATE-MSP432
Matusan, I have some preliminary code that may alleviate the problem. Private Message your email address, and I can send it to you.
View ArticleForum Post: RE: USB Update Fails using El Capitan and HUB
I have solved the problem. I was not using the Reset Enable bit properly. I ored it in when a setup packet was processed, which if I understand it correctly prepared the way for the next USB reset.
View ArticleForum Post: RE: Flushing of tx buffer in msp430g2553
It shows 0x01 byte but it then does not include the last 0xcb byte. And if i transmit all these bytes in a loop then the last 2 bytes is not displayed.
View ArticleForum Post: RE: Motor rotation using Msp430g2553
No sir,I was trying with P2.6 but the hardware design I shared with you is for P1.6 because I didn't have the hardware design of P2.6 but I will connect to port P2.6. Whether it is possible to rotate...
View ArticleForum Post: RE: Flushing of tx buffer in msp430g2553
Hello, rs485transmit(); for (i=0;i<2;i++) { UART_PUTCHAR(0x01); UART_PUTCHAR(0x04); UART_PUTCHAR(0x00); UART_PUTCHAR(0x0C); UART_PUTCHAR(0x00); UART_PUTCHAR(0x02); UART_PUTCHAR(0xB1);...
View ArticleForum Post: RE: Watchdog settings for low power mode LPM4 or LPM3
Thank you for your reply, LPM3 wakeup is from 1) port interrupts( my port interrupts(4) will happen every 20ms i.e, 20ms my device will be in LPM3 and 20ms in AM) 2) RTC interrupt(every 1 minute) I...
View ArticleForum Post: how to connect msp430fr5994 with cc3100 boostback
how to connect msp430fr5994 with cc3100 boostback
View ArticleForum Post: RE: Motor rotation using Msp430g2553
[quote user="Abhishek Dutta"]Whether it is possible to rotate the motor in both the directions[/quote] You will need a so called H bridge for this:
View ArticleForum Post: RE: MSP432 TimerA clocking/reading TAx->R question
nope. no benefit. The issue is with reading TAx->R the timer register. SCS is in TAx->CCTL[n] and only effects capturing. It syncs the capture input with the capture clock.
View Article