Part Number: MSP430FR58471
Hello,
I'm using MSP430FR59471IRHAT device. There is an interrupt defined on P2.2 input (the interrupt is produced on signal falling edge). When there are more than one consecutive pulses at P2.2, microcontroller produces…
Part Number: MSP430FR58471 Tool/software: TI C/C++ Compiler Hi,
I'm attempting to implement a workaround that calls for executing a function from RAM (specifically PMM32 from the msp430fr58471 errata ) and am having a little bit of trouble. I've searched…
Part Number: MSP430FR58471 Other Parts Discussed in Thread: MSP430F2252 Hi,
My customer has the following concern, could you please recommend a solution?
We are using an MSP430FR58471 as a system controller on our latest family of boards (where previously…
Part Number: MSP430FR58471 Hi,
I couldn't find another thread on the forum regarding this topic so I figured I'd make one. I'm currently working on developing a self update mechanism using I2C running out of RAM. I need to run this code from RAM in order…
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)) );…