Part Number: MSP430F5436A Hello,
currently I set the P2.6 to external interrupt with rising edge to trigger the controller and run the interrupt program.
The rising edge cannot trigger the P2.6 even I use the oscilloscope to capture the wave on the…
Part Number: MSP430F5436A Other Parts Discussed in Thread: MSP430F5419A Hello
With some MSP430F5436A and sometimes, the MSP430F5436A stay stalled while increase VCORE.
After many researches around the clock, it appears that my issue is related to…
Part Number: MSP430F5436A
Dear expert,
In PDN# 20201117001.3, the PCN mentioned the propose migration is MSP430F5436AIZQW -> MSP430F5436AIZCAT. but the replacment codes is Q:
which means Q = Same functionality and PIN-OUT as the compared device…
Part Number: MSP430F5436A Hi,
Automatically the Receive flag set 1 while I am transmitting
What the reason of this function?
code was attached below.
#include <msp430.h> /** * main.c */ int main(void) { P9SEL|= BIT4; //TX P9SEL|= BIT5; //RX…
Part Number: MSP430F5436A Hello,
We use MSP430F5436A and LF crystal CM7V-T1A-12.5pF for the 32.768kHz..
With some boards and sometimes we face stalled LF crystal at power up. A reset or a power down then up does not change anything. The same board…
Part Number: MSP430F5436A Hello,
Does XT1OFF bit (UCSCTL6) control only HF part of XT1 module (like specified for MSP430F2xx userGuide)?
In document SLAU208 for MSP430F5xx, at figure 5-1 the XT1OFF bit is not displayed .... and nothing is specified…
Part Number: MSP430F5436A Team,
The problem is that the MSP430F5436A is reset via the POR that is triggered by SVSH and/or SVSL. We have checked already PMM9 silicon bug (see page 23 of SLAZ286AB ) and apparently the workarounds are already used in…
Part Number: MSP430F5436A Hi,
Are there any restrictions on the interval between watchdog timer clear instructions?
<Background of the question>
I want to design the watchdog timer with a short clearing cycle of a few μs, so I want to confirm that…