Hello Dennis,
Thank you for your reply.
My apologies for my late reply, had to work on another part of the project.
You are correct, the cpu is clocked at 8Mhz and the communication speed is 400kHz.
I did notice the example code, it uses an interrupt…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP430FR5994 Since I've upgraded to CCS 10.4, I've had a few cases where resuming from a breakpoint doesn't appear to do anything, until it is resumed a second time.
In all cases, the breakpoint…
I think the recommendation for GIE=0 in Sec 1.4.3.1 is to avoid being interrupted while the PMM is half-configured. It doesn't consider the case in Sec 12.3.3 (NOTE), which is a window (yeah, a pretty small one) where the pin wakeup could be triggered…
Part Number: MSP430FR5964
I've just starting tripping over a problem I've never seen before, and I'm struggling to understand what is causing it.
Normally on reload or startup, the code automatically breakpoints at the main() entry point. The problem…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP430FR5994 , Hi experts,
Please let me confirm "Voltage applied to any pin" and "Diode current at any device pin" in the datasheet "5.1 Absolute Maximum Ratings".
Q: When VCC=0V, is it correct…
Part Number: MSP430FR5964 The EUSCI users guide for the FR5xx processors has a bit of an inconsistency regarding the clearing of the UCTXIFG flag.
Section 30.4.7 describing the UCAxTXBUF includes the following;
Writing to the transmit data buffer…
Part Number: MSP430FR5964 Hi Team, can you help us with this inquiry. Can you use the A and B part of a eUSCI module independently at the same time? For example, use the A part as an I2C-interface and the B part as a normal UART interface?
Thank you…
Part Number: MSP430FR5964 Hello, I'm running into a bit of an issue with SPI communication, and I'm trying to figure out what the best practice would be. I am attempting to handle the TX and RX using an ISR, however the eUSCI has only one interrupt vector…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP-EXP430FR5994 The "regular" behavior of ADC12_B window comparator is:
ADC12LOIFG is set if conversion result is below ADC12LO
ADC12HIIFG is set if conversion result exceeds ADC12HI
ADC12INIFG…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP430FR2422 Hi -
When I first posted a question on a buffered ADC solution,TI recommended I look at MSP430FR2422 . This part looked very appealing given it's FRAM ability to buffer ADC data…