Part Number: MSP430G2553 Other Parts Discussed in Thread: MSP430FR5872 , Hello MSP430 Team,
What is the preferred way to determine which bsl protocol to use while working with the G2553 and FR5872 together.
The customer is working on software that runs on…
Part Number: MSP430FR5872 Data sheet SLASE66A (revised May 2015) for MSP430FR58xx and MSP430FR59xx parts section 6.11.1 under Digital I/O specifies:
Any combination of input, output, and interrupt conditions is possible.
However, looking at the registers…
Other Parts Discussed in Thread: MSP430FR5872 , MSP-FET Hi,
recently I drew a new board using the MSP430FR5872 and ordered 10x samples prints from our supplier.
I have checked the soldering, and it looks fine; voltages are allright etc etc.
I am using the…
Part Number: MSP430FR2311 Other Parts Discussed in Thread: MSP430FR5872 , MSP430FR5959 , MSP-FET I'm currently unable to program or verify the MSP430FR2311 over JTAG. I'm using the Replicator430FR code as reference. So far I am able to read out registers…
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)) );…