Part Number: MSP430FR60431 Hello,
Is it possible for any MSP430/MSP432 to sample from 8 channels of ADC simultaneously? If not, is there any microcontroller from TI that can?
Thank you!
Part Number: MSP430FR60431 Other Parts Discussed in Thread: MSP430FR6047 , MSP430FR6043 , TIDM-1019 hello
i am working on a new design for ultrasonic water flow meter. i use MSP430FR60431 for metering.
datasheet mentioned that 3-μA overall current consumption…
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…
Part Number: MSP430FR6047 Other Parts Discussed in Thread: , MSP430FR6043 , MSP430FR60431 Dear TI,
Is there is a quick way to find the differences between these devices?
1. MSP430FR6047
2. MSP430FR60471
3. MSP430FR6043
and
4. MSP430FR60431
Would there…
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…
Part Number: EVM430-FR6043 Other Parts Discussed in Thread: EVM430-FR6047 , MSP430FR6047 , MSP430FR6043 , MSP430FR50431 Hello Tech Team
1.Could we use MSP430-FR60431 Instead of MSP430-FR6043 on EVM430-FR6043?
2.Could we use MSP430-FR6043, MSP430-FR60431…
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)) );…