Part Number: MSP430F5237 Other Parts Discussed in Thread: MSP430F5419A , MSP430FR2032 , MSPWARE Hello,
Could you please advise the current consumption of I2C and UART in the titled parts?
Q1: MSP430F5237, I2C (USCI_B)
Q2: MSP430F5237, UART (USCI_A)
Q3:…
Other Parts Discussed in Thread: MSP430FR4133 , MSP430FR2032 Hi,
The MSP430FR4133 and MSP430FR2032's datasheet don't have the details of Safe Operating Area or Frequency vs Supply Voltage details. Will it be similar to F2xx series like 6MHz@1.8V…
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…
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)) );…