Part Number: MSP430FR6037 Hi,
I'm reviewing ultrasonic sensing portfolio
The MSP430FR6037 is cheaper than the FR6047.
But I couldn't find any difference between the two devices.
What is the difference between FR6037 and FR6047?
Part Number: MSP430FR6037 Hi Team,
I am looking at the MSP430FR603x datasheet and I notice that the pins 85, 87, 89 and 91 in figure 7.2 (page 10) has a different signal name and signal type in the table 7-1. Can you confirm that these pins should be power…
Part Number: MSP430FR6037 Other Parts Discussed in Thread: MSP430FR6047 , , MSP430FR6045 , MSP430FR6007 , MSP430FR5041 Hello,
We are planning to switch from MSP430FR6047 to MSP430FR6037. I have noticed that provision USSXT is not present, would that effect…
Part Number: MSP430F6433 Other Parts Discussed in Thread: MSP430FR6037 Hello:
MSP430F6433
270 µ A / MHz at 8MHz, 3.0V and flash program execution (typical)
MSP430FR6037
Operating mode: about 120 µ A / MHz
Question: when operating at the same…
I put together a small script that would automatically compile a small test main.c with all the fram targets and report back which ones ended up with no __MSP430_HAS_FRAM__ (please ignore the list from my first post):
https://github.com/rodan/reference_libs_msp430…
Hi,
Thanks for reporting this.
When the -mlarge flag is used to select the large memory model, ISRs are put into the .lowtext section by the compiler, to ensure they are always in lower memory and so have an address which fits in the 16-bit slots in the…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use…
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)) );…