Part Number: MSP430FR68791 My customer is involved in a SW project with MSP430 device in a new boards generation. They have installed CCSv10, on a Linux Server and on Window 10 PC. They have a problem in porting their SW (working fine on CCSv6) on CCSv10…
Part Number: MSP430FR68791 I use timer TA0 to measure the pulse-width of two input signals (CCR1 and CCR2) with the capture mode (Clock is SMCLK divided by 4 (4 MHz) ).For test purpose, the two input signals have the same source (366 Hz). The measurement…
Other Parts Discussed in Thread: MSP430FR68791 With MSP430FR68791 I enter the BSL by sending the BSL sequence (RSTN/TEST).
After this, I send the Rx Password command frame. This frame is always acknowledged with 0x52 (wrong checksum).
As I use the Rx Password…
There are signs that the following members are coming. Any hint when?
MSP430FR4131, MSP430FR4132, MSP430FR4133 MSP430FR5887, MSP430FR58871, MSP430FR5888, MSP430FR58881, MSP430FR5889, MSP430FR58891 MSP430FR5986, MSP430FR5987, MSP430FR59871, MSP430FR5988…
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…
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…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
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)) );…