Part Number: MSP430FR68721 Other Parts Discussed in Thread: MSP430FR6872
Hello, team.
Do I understand correctly, that MSP430FR68721 and MSP430FR6872 are the very similar devices and differ by BSL mode only?
The question is: can the pins 32/33 on PM package…
Part Number: ADS5287 Other Parts Discussed in Thread: MSP430FR68721 Hi team,
ADS5287 package outline is missing from the datasheet.
When I searched for VQFN(RGC)64 from "Packaging" on the Support page, I found a PDF file, but there is no description of…
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…
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…
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)) );…