Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.
Part Number: MSP430FR5992 Other Parts Discussed in Thread: UNIFLASH Tool/software: Hi, I am using an SPI bootloader for the MSP430FR5992 processor. The situation looks like this: 1. I'm uploading the bootloader, using a debbuger or uniflash interchangeably…
Part Number: MSP430FR5992
Hi Team,
We have used MSP430FR5992IRGZR in our design, as per the requirement need to enable the bootloader function.
Facing issues on bootloader, please help.
Thanks,
Ramanjaneyulu E
+91 9849362124
Part Number: MSP430FR5992 Hi,
I want to reset my microcontroller if my firmware code is getting stuck. Can you please help me in implementing this.
Currently I am stropping the WDT using : WDTCTL = WDTPW | WDTHOLD;
Regards
Abhisek
Hi Tobias,
Tobias Stein said: What do you mean by “I find it work with the correct result if Iclarify the variable as the "int".“? The _iq are defines as int32_t ….
My apologize. The int means 16-bit in msp430 device, I don't make it clear to…
Part Number: MSP430FR5992 Other Parts Discussed in Thread: MSP430FR5994 Hi,
I am using msp430fr5992 as slave and imx8 as master. Every code in msp has some hex format. When the imx will send the new packet in hex format to msp then we should be able to…
Part Number: MSP430FR5992 Hi TI team,
I am using spi protocol which involves imx8 as master and msp430fr5992 as slave.
MSP430FR5992 will receive some packet, do some processing and send back the processed data to imx.
We are able to receive 32 bytes(packets…
Part Number: MSP430FR5992 Other Parts Discussed in Thread: MSP430FR5994
Hi,teams
Can't the P3.4 and P3.5 ports of MSP430FR5994 be used at the same time?
I set both ports high, of which P3.5 will be set high, and P3.4 will first become high and then…
Part Number: MSP430FR5992 Other Parts Discussed in Thread: MSP-EXP430FR5994 Hi experts,
Is there any way to fix SIMO pin to either High or Low after communication is executed, with the pin function keeped to SPI(eUSCI)?
From the following thread it is…
Hi Eason,
Thank you for your reply.
Eason Zhou said: Have customer added the watchdog?
Does the above "watchdog" refer to the MSP430 built-in Watchdog timer(WDT)? Or is it a watchdog IC to be implemented as an external component?
Best regards…
Part Number: MSP430FR5992 Dear all, I’m trying to implement an I2C sensor (LIS3DH) into my program for an MSP420FR599x via the eUSCI_B0. Sadly after reading the Family data sheet I’m more confused how to set it up than before – but I’m hopeful you are…