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: MSP430FR6870 Other Parts Discussed in Thread: MSP-FET I represent a contract manufacturer, and I’m a little puzzled on how to go from the 10 pin edge connect tool to the 14 pins on the MSP-FET. I looked for an adapter but couldn’t find…
Part Number: MSP430FR6870 Hello,
I have previously been able to use a file scope identifier for expressions in the CCS expressions pane to view variable values that are not global and I'm having trouble remembering the syntax. I think it is an undocumented…
Part Number: MSP430FR6870 I've found various notes on clock calibration for different members of the MSP430FRxxxx parts but the FR6870 appears to not have the option for any user level trimming of the DCO (factory trim is applied automatically with expected…
Part Number: MSP430FR6870 The datasheet provides power requirements(estimates) for all the available oscillators but the DCO. Is this information available anywhere else ?
I've realized that our only critical frequency requirement is for IR comms and…
Other Parts Discussed in Thread: MSP430FR6870 , MSP430FR5857 , CC2640 , MSP430FR5726 Hi everybody!
I develop intellectual sensors and primitive controllers. My favorite MCU - MSP430FR57xx family. Now I need to add new features to my controller, RTC included…
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)) );…