Hi
1. We have the pin to pin device MSP430FR6822 which memory is double than FR6820. They have same package and pin defines.
2. For the code hung up at function define in informemory, could you make very simple demo to reproduce the issue to us?
Have…
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)) );…