Part Number: MSP430FG6426 I'm having trouble with the long CTSD16 conversion time. Please tell me the reason.
The main settings of CTSD are as follows. Sampling rate = 32 clocks PreloadValue=0 clock CTSD16INTDLY=1b (First sample causes interrupt) CTSD16RRI…
Part Number: MSP430FG6426 I'm having trouble with the long CTSD16 conversion time. Please tell me the reason.
The main settings of CTSD are as follows. Sampling rate = 32 clocks PreloadValue=0 clock CTSD16INTDLY=1b (First sample causes interrupt) CTSD16RRI…
Part Number: MSP430FG6426 Hi Team,
Please teach the relationship between the input voltage to the CTSD, the reference voltage (VR) and the result (CTSD_MEM).
Input setting: in+ = AD2+, in- = AD2- Input voltage: AD2+ = 1.0(V) Input voltage: AD2- = 1.2(V…
Part Number: MSP430FG6426 Other Parts Discussed in Thread: MSP-TS430PZ100AUSB I've tried setting the clock, but I keep getting UCSCTL7.XT2OFFG=1 (Falt error on XT2).
WDTCTL = WDTPW | WDTHOLD; // Disable the Watchdog CTSD16CCTL0 |= CTSD16SC; …
Part Number: MSP430FG6426 Dear Team,
A strange problem suddenly arised which we have no clue about, could you please help here ?
When we flash our software in debug session the code runs well until the first hit of __delay_cycles and does not proceed further…
Part Number: MSP430FG6426 Hi Team,
We have a usecase where we need to retain few bytes of data in the backup ram memory even during power down.
I have used a 3V battery in VBAT terminal (VBAK not used-Open) and XT1 32Khz crystal not mounted which mean…
Part Number: MSP430FG6426 Dear Team,
We see different conflicting information for this controller " MSP430FG6426IPZR " on the maximum operating frequency.
The product homepage shows 25Mhz https://www.ti.com/product/MSP430FG6426/part-details/M…
Part Number: MSP430FG6426 Dear Team,
I have a function (Function_1) that inturn calls another function (Function_2) and while the final leaf function is executed and return back to the caller function, the local function parameters are not restored. Manwhile…
Part Number: MSP430FG6426 Dear Team,
I have MSP430FG6426 actuating around 80 inductive loads (each 25mA) activated through a comination of TI's 74HC595 shift register and ULN2803.
I get the debug session running very fine while activating the ULN channels…