Part Number: MSP430FR5970 I am working on developing a Boot Loader Client Software for the MSP430FR5970 in order to update firmware using the serial port (RS232 connection).
I will be using Linux and the gcc compiler for my client implementation.
The…
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)) );…