Hi Sourabh, I apologize for the late reply as I did not see this in my box since the thread was marked "Resolved".
You should only need the C file to use for FRAM utilities. The XCL file and Windows Command Script files are used for IAR projects…
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…
Hi Sourabh,
Sourabh Marathe said: These files can be found in ti/msp/MSP430Ware_3_80_10_09/fram_utilities_src_ctpl_devices
There is a later release of MSP430Ware (version 3_80_13_03 released in December 2020) that you can download from https://www.ti.com…
Hi!
I want to say that it happens very slowly:
connecting the debugger to the board;
downloading firmware;
and all further actions - step-by-step debugging, etc.
I compare with debugging on other platforms: Cortex-M (via JLink), STM8 (via STLink), etc…
Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: MSP430FR2355 Hello team,
I want to store a value(type 'uint8_t') permanently in FRAM at address 0x001800 using DFWP or PFWP. I tried by using #pragma persistent() but it is storing…
Part Number: MSP-EXP430FR5969 Other Parts Discussed in Thread: TEST , MSP430FR5969
Tool/software: Code Composer Studio
In the referenced thread Steve Wenner was having an issue whereby the act of using the CCS memory browser to inspect information FRAM…
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 you please…
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/node…
Part Number: MSP430FR5970 Other Parts Discussed in Thread: BEAGLEBONE 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…
Part Number: MSP430FR5994 Hey community,
I want to store certain variables under the NVS to avoid data loss under Power loss. so i was trying to implementing this library which i referenced from ti dev tools.But the issue i couldn't able to find any examples…