Part Number: MSP430FR5962 Tool/software: Hello, I am using an MSP430FR5962 microcontroller in my project, and it is responsible for monitoring all the board voltages. To achieve this, I’ve connected the voltage rails to the MCU’s ADC pins. Additionally…
Part Number: MSP430FR5962 Tool/software: Hello,
The MCU mentioned above supports 3 I2C pairs. Please confirm if these I2C lanes can operate as both master and slave.
The MCU’s operating voltage range is 1.8 to 3.6 V. We are currently planning…
Part Number: MSP430FR5962 Tool/software: Hi,
I have recently been tasked with making some changes to a legacy project using the above part. When I attempt the build the project I get the following error:
"xdc.tools.configuro: Error: no target named…
Part Number: MSP430FR5962 Other Parts Discussed in Thread: MSP430WARE Tool/software: Hello,
For the MSP430FR5962IPNR microcontroller, could you please confirm the internal reference voltage levels associated with the VREF+ and VREF– pins?
…
Part Number: MSP430FR5962 Tool/software: Hi All,
I've been working on programming the MSP430FR5962 recently, and I have a question: after programming the code, there are two functions available to read out the data for verification (ReadMemQuick…
Part Number: MSP430FR5962 Tool/software: Hi All,
After testing, I found that the IC has been programmed with the value 0x555555555555FF at addresses 0xFF80 to 0xFF86. According to slu320aj.pdf, both the BSL and JTAG interfaces are locked.
I tried…
Part Number: MSP430FR5962 Tool/software: Hi teams:
I have already added relevant experiments according to the reply from TI engineers to the questions I raised on the official website. The experimental results are also clear,
but I still have some…
Part Number: MSP430FR5962 Other Parts Discussed in Thread: MSP430FR2355 Tool/software: Hi All,
I refer to "slau550ab.pdf"
After "BSL Entry Sequence at Shared JTAG Pins" I trying to transmit Mass Erase command, but i can not get any BSL respond.
…
Part Number: MSP430FR5962 Tool/software: Hi teams:
I am doing SPI communication now. The host is TM4C and the slave is MSP430. The host sends a frame of data. When the slave receives it, it uses an interrupt to receive the data. Then, the data is parsed…