Part Number: MSP430FR5970 Tool/software: Dear Team, I have a requirement of implementing the mandatory IPMI commands in the MSP430FR5970IPMR MCU. Are there any tutorials or reference designs on how to implement it step by step? Regards, Liston
Part Number: MSP430FR5970 Tool/software: Hi, I'm planning to monitor 12V, 3.3V, and 1.8V, which I'm connecting to ADC pins using a resistor divider and considering VREF = 1.5V. So for 12V, R1 = 69.8Kohm, R2 = 10Kohm (A0). For 3.3V, R1 = 5Kohm and R2 …
Part Number: MSP430FR5970 Other Parts Discussed in Thread: MSP-FET Tool/software: Hi Team,
I'm designing a VPX board that consists of the MSP430FR5970 MCU. I'm using MCU for the entire board power control and monitoring. And also for toggling some control…
Part Number: MSP430FR5970 I am working on developing a Boot Loader Client Software for the MSP430FR5970 in order to update firmware using the serial port (RS232 connection).
I will be using Linux and the gcc compiler for my client implementation.
…
As one more update, you can find the full revision table of compatible hardware and software revisions included in the release notes:
Release-Notes-MSP-GANG.htm
See the section called "Version Matrix"
Hi SeaFesse, If you check the release notes from version 1.2.8.0, in the Version Matrix section, you'll see that the MSP-GANG HW v1.04 is only compatible with version 1.2.1.0 and higher. So this combination should not be used - please use the latest software…
Hi Paul,
I use the MSP430 product selection page from https://www.ti.com/microcontrollers-mcus-processors/msp430-microcontrollers/products.html and save all parts in the spreadsheet. I use the filters to filter out parts. There are quite a few that…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use the…
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );
Which…