Rick Dickerson said: Can anyone tell me how to acquire the service pack for MSP430FR2633 so I can use the demo board? I checked a CCS 6.1.1 installation which had MSP430 Emulators 6.2.1.0 installed, and the MSP430FR2633 is supported (listed in the available…
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"
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…
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)) );…
Part Number: MSP430FR2433 Hello.
What is the "I/O pin states" described at the page of 318 in the UserGuide?
When LOCKLPM5 is set, what cotent of register is I/O state keep based on?
Is my understanding as below is correct?
Once LOCKLPM5 is…
Hi, Winter Yu ,
I'm not focusing on a specific application. I started with a simples library port to understand the use of I2C drivers from Driverlib because I never used it before.
I will verify if this problem occurs with other devices.
Even I already…
Here is all my code source to regulate the brightness of a LED using a Slider und msp430fr2633
#include <msp430.h> // Generic MSP430 Device Include
#include "driverlib.h" // MSPWare Driver Library
#include "captivate.h" // CapTIvate Touch Software Library…