Part Number: MSP430FR6970 Other Parts Discussed in Thread: MSP-FET , UNIFLASH Hi,
I want to program 6 bytes of data in FRAM without altering source code, for that i need scripting details using python.
while programming, 6 bytes of data are included…
Other Parts Discussed in Thread: DRV8704 , MSP430FR6970 Hello all,
We are using MSP430FR6970 controller and DRV8704 driver, we have some doubt about the microcontroller I/Os,
1.Can we use the LCD pins to GPIO pins(R33/LCDCAP)PIN NO 6,how to use
…
Part Number: TM4C1231C3PM Other Parts Discussed in Thread: MSP430FR6970 Hi,
Im using tm4c1231c3pm MCU for my project, my PCB is designed to drive a Brushed DC motor, while switch off the motor , back emf generated, because of backemf my MCU is showing…
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…