Part Number: MSP430FR6820
Tool/software: TI C/C++ Compiler
Hello team,
we are working on code optimization. Currently using -O0 level of optimization (page 55, SLAU132R), but since we are limited on memory, we may need to change to -O1 level.
That level…
Part Number: MSP430FR6820 Other Parts Discussed in Thread: MSP430FR2311 Tool/software: Code Composer Studio I can create and use a FRAM variable. It is not difficult. But I need to
create a variable (an array of bytes about 1kB) with a constant address…
Part Number: MSP430FR6820 Hi Team,
1) Can you advise what is the lower limit for RAM voltage - i.e. what voltage causes that RAM is lost?
2) If we have SVSHE=1, device should reset at 1.75V-1.85V and all pins would be in high impedance, is it right?
…
Part Number: MSP430FR6820 Other Parts Discussed in Thread: MSP430FR6822 , Tool/software: Code Composer Studio Hello,
we need to get more free program memory in our project. Unfortunately we
cannot use a processor with bigger memory. Do you have any easy…
Part Number: MSP430FR6820 Hi,
we are working on a design with MSP430FR6820, now trying to measure accurate values of thermistor, but It doesn´t work. Replaced termistor with fix resistors to check if ADC is counting properly; unfortunately counted values…
Part Number: MSP430FR6820 Hi,
we use the ADC module in MSP430FR6820 for two different measurements, having two configurations and 'deconfiguration' (common for both configurations).
We are doing the measurements in a cycle: first configuration…
Part Number: MSP430FR6820
Team,
For an MSP43 0 FRxxx + CC1xxx application:
It seems that for MSP43 2 the mbed TLS lib can be used: https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/795099 I know that TLS is suppose to use TCP/IP but I am looking…
Part Number: MSP430FR6820 Tool/software: Code Composer Studio Hi,
I just found out that the values in my FRAM variables do not remain there after power off. I checked if the addresses of variables are really in the FRAM and they are. I tried delete initialization…
Part Number: MSP430FR6820
Team,
We use MSP430FR6820 and need to create global variables on certain memory locations in RAM to be in a row without gaps.
There is definition of globalvar.h
#ifndef GLOBALVAR_H_
#define GLOBALVAR_H_
#pragma LOCATION(Var1ToSafe…
Part Number: MSP430FR6820 Hello,
Recently Japan export law was changed to confirm if the encryption function which function is placed in the chip but disabled by factory setting , can be enabled by the additional procedure after shipping.
I think MSP430FR6820IPMR…