Part Number: MSP430FR5994 I am trying to port the Compute through power loss FRAM utility using the GNU v8.3.0.16 compiler for the MSP430FR5994.
Through this thread I came to know that The two components that would need to be ported from the TI compiler…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: MSP-EXP430FR5994 , MSP430WARE
Tool/software: Code Composer Studio
Hello,
I am trying to compile one of the CTPL project example from TI resource explorer but I am not able to compile. Can…
Hello Jim,
Do you have the MSP MCU FRAM Utilities installed on your machine?
Note that it also comes bundled with MSP430Ware. Hence if you have MSP430Ware installed (and detected by CCS), then that should be good too:
http://dev.ti.com/tirex/explore…
Part Number: MSP-EXP430FR6989 Other Parts Discussed in Thread: ENERGIA Hi there, im pretty much starting from the scratch when it comes to MCU's and programming. At the moment Im playing around with my MSP-EXP430FR6989 and a simple DHT22 reading temp…
Part Number: MSP430FR2353 Other Parts Discussed in Thread: MSP430WARE Hello,
Could you please tell me the location of the titled sample code? Somewhere close to [C:\ti\msp\MSP430Ware_3_80_07_00\fram_utilities] ?
I would like to suggest this to my…
Part Number: MSP430FR5994
Hi,
I don't have much electronics background, so please excuse the beginner questions.
I'm trying to setup the circuit for the "ctpl_ex3_comp_e_monitor" exercise in the FRAM-utilities CTPL examples page 28)
When I run…
Part Number: MSP430FR5970 I am working on developing a Boot Loader Client Software for the MSP430FR5970 in order to update firmware using the serial port (RS232 connection).
I will be using Linux and the gcc compiler for my client implementation.
…
Part Number: MSP430FR2532 Tool/software: Code Composer Studio Hi,
I have generated a CCS code using CapTIvate Design Center. What is the best way of adding Fram utilities to the library?
Thanks,
Aref
Part Number: MSP-EXP430FR5994 Hi,
I have a class called coordinator which has 3 other classes constructed within it. I receive bytes from UART and store it into a vector. I am having a problem with memory allocation because once the size of the vector…
Part Number: MSP-EXP430FR5969
Tool/software: Code Composer Studio
Good afternoon.
I use an MSP-EXP430FR5969 board and am trying to write data to FRAM memory. I searched, and saw that it is necessary to use #pragma…