Part Number: EVM430-FR6047 Other Parts Discussed in Thread: MSP430FR6047 , MSP430FR6043 , MSP430FR6005 , MSP430FR6007 , MSP430FR6045 , MSP430FR5043
Hi
My customer is asking why smart water meters we are using MSP430FR6047 and Smart Gas Meters we are…
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…
Part Number: MSP430FR6005 Other Parts Discussed in Thread: MSP430FR6007 On page 596, of SLAU367P, the SDHSIIDX Register Field Descriptions are shown. For the IIDX field, shouldn't the options be 0h, 2h, 4h, 6h, 8h, Ah, Ch, Eh, and 10h instead of 0h, 1h…
Part Number: MSP430FR6005 Other Parts Discussed in Thread: MSP430FR6007 , MSP430FR6047
Hello,
How long is the diameter of pipe when the Low Flow Rate was measured by TI?
The low flow rate of MSP430FR6007 seems to be 4-6 liter per hour.
I would…
Part Number: MSP430FR6043 Other Parts Discussed in Thread: MSP430FR6007 , MSP430FR6047
Team,
Looking at the MSP430FR6043 datasheet page 1 we can see a pipe diameter range from 15mm to 1000mm. For other devices like MSP430FR6007 and MSP430FR6047 I…
In the code set I provide there was an ADC sample above but never used in the example.
In order to get the compiler to actually compile "temp32s" value I had to use return temp32s.
int32_t temp32s;
int16_t Raw1;
Raw1 = (int16_t)(GetADC10Sample…
I suggest you carve out the high end of FRAM2 into a new MEMORY segment and put TI.persistent there. Then use the CCS MPU editor to make this higher section RW (read/write). This is not very dynamic, but it will allow you to align it as needed for the…
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…