Part Number: MSP430FR5849 Other Parts Discussed in Thread: MSP430FR5859 Hi,
Good Day.
Customer is currently using a 32.768Khz external crystal with the MSP430FR5849, but he can only source the MSP430FR5859. He assume if he use the MSP430FR5859, he will…
Part Number: MSP430FR5849 Other Parts Discussed in Thread: MSP430FR5739 We are using an MSP430FR5849 in our design. The software is currently configured to use DMA channel 0 to receive from the EUSCI_A UART and DMA channel 1 to transmit to that UART. …
Part Number: MSP430FR5849 Other Parts Discussed in Thread: MSP430WARE Not sure if there is a better way to report a bug with driverlib code or not. But I've noticed the following:
In the file timer_b.c of the driverlib code, the functions such as Timer_B_initUpMode…
Part Number: MSP430FR5849 I am using an MSP430FR5849 part and trying to implement the Main Memory Bootloader described in document SLAA721C.
When I attempt to configure RXD & TXD lines for eUSCI_A mode (secondary function selected for bits 0 & 1 of Port…
Part Number: MSP430FR5849 Other Parts Discussed in Thread: MSP430FR6989 , MSP430FR5994 , TMP116 Hi Sir,
Customer are using internal temperature sensor. They used to use F2132 with stable 1~2C variation for every chip. But when porting to FR5849, they found…
Part Number: MSP430FR5849 Tool/software: Code Composer Studio I have an MSP430 project with a large number (64) of build targets, each building a slightly different variation of a product. The difference between each come down to part number, and a few…
Part Number: MSP430FR5849 Champs,
I am asking this for customers.
This is in production for more than one year.
The customer reported that end customers returned several units, and they found the codes of the fail units are different than those of the…
Part Number: MSP430FR5849 Hi Sir,
My customer are using FR5849 in a power consumption critical application. They want to change DCO frequency to 1MHz in most of time, but change to 8Mhz when high speed calculation needed. They found when they change…
Part Number: MSP430FR5849 Tool/software: Code Composer Studio Hi,
I am designing with the MSP430FR5849DA.
To capture the output from an IR receiver I use pin 36, the TA0 CCR0 capture: CCI0B input.
Table 6-4 (page 58) of the MSP430FR5849 datasheet indicates…
Part Number: MSP430FR5849 Hi, I am trying to build some simple routines upon the Driverlib library to send and receive data over I2C channel using interrupts.
The available examples are for transmit or receive only, so I attempted a merge of the interrupt…