Part Number: MSP430FR59721 Other Parts Discussed in Thread: MSP430F249 , , MSP430FR5739 , SN74LVC1G125 I have setup the registers and believe that they are correct. I have a baud rate of 115200. I am sending a small message with 5 bytes. I can observe the…
Part Number: MSP430FR59721 Hi
Actually, I have an API, Let's say "abc()" which is going to use multiple time in the main () program.
but if the first time that API call, that time need to enter a password, but for the first time only.
So…
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)) );…