Part Number: MSP430FR60431 Hello forum,
i need a perfect adc capture pls help me make it proper ...in where i have to change in parameters hence i m using PSC500K018060H2AD2-BI ,its frequency is 500hz...
here i have uploaded adc capture images with their…
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…
Hi Ephraim,
We have the MSP430 FRAM Devices Bootloader User's Guide for help with bootloader applications.
Bruce is just saying that the .hex format of the file will be smaller in size than the TI_TXT format. He is also saying that there is an array…
I would recommend that you utilize the template example as your primary resource for writing the code. I will note that this example is not intended for use with the PC GUI through USB. If you require the PC GUI, then you will need to use the water demo…
Part Number: MSP430FR6043 C:\ti\ccs1250\ccs\ccs_base\msp430\include_gcc\msp430fr6043.ld, line 48, has LENGTH = 0x5EC7 , which actually should be LENGTH = 0x0EC7 .
This is only for GCC compiler, while for TI compiler the size is correct:
And seems other MCUs…
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…