Part Number: MSP430FR5964 Hi team,
1. Are there any situation which RTC doesn't make MSP430FR5964 wake up from low power mode 3.5(LPM3.5)?
2. In low power mode 3.5(LPM3.5), doesn't WDT work?
Best regards,
Shunsuke Yamamoto
Part Number: MSP430FR5964 Hello,
I have a customer who's experiencing that occasionally they will receive one less byte than expected from an I2C RX operation. They had found that occasionally the STOP interrupt will be asserted at the same time as the…
Part Number: MSP430FR5964 Hi
After SPI communication (SPI clock out stopped and move to LPM2) in master mode,
what is the MOSI(P1.6) and MISO(P1.7) condition?
Is condition pulldown? or pullup?
thanks,
GR
Part Number: MSP430FR5964 After the processor throws the software, the processor runs for a while and after a while all the memory of the processor is erased.
Peripherals used in the microcontroller are uart, gpio, spi
When msp430fr5964 reads all memory…
Part Number: MSP430FR5964 I've just upgraded an existing project tree to V11.2, and am noticing some weird build behavior.
When CCS is first opened, it ties itself in a knot repeatedly building the same project tree. The only way I've found to stop…
Part Number: MSP430FR5964 I'm trying to chase a problem which I think is caused by stack corruption within an ISR - the ISR never returns to non-ISR mode as expected.
To try and get to the bottom of this, I've been trying to understand the call frame…
Hi Andrew,
I agree the point:
Andrew McLaren said: If you use printf() in your code without setting it up for channeling it through the UART, the strings will be viewable on the debug console of the IDE. The way this works is that the compiler/debugger…
Part Number: MSP430FR5964 Hi experts,
My customer is using the MSP430FR5964IZVW's 12-bit internal AD function port as Input for monitoring settings, but a pulse-like voltage is generated from this port, and the microcontroller itself reads it, causing…
Part Number: MSP430FR5964 I've been using a printf based trace to try and get to the bottom of some MSP430 code issues. This is working fine unless the logic also happens to use a UART, which it does for some functions..
The mechanism used to return…
Part Number: MSP430FR5964 Hi,
I'm building a project on the MSP430FR5964 using the TI v20.2.6.LTS compiler with no issues.
However, when I build using the TI v21.6.0.LTS , my project is failing to compile. I've checked the build log and one of the…