Part Number: MSP-EXP430FR5994 Hello, I testing our evaluation board MSP-EXP430FR5994. I have problem with save variable into FRAM memory.
I used pragmas "#pragma NOINIT(x)" and "#pragma PERSISTENT(x)" and value is save to memory and when is devices reset…
Part Number: MSP430FR5043 Other Parts Discussed in Thread: MSP-FLASHER , Hi,
we are planning to use MSP-Flasher utility to permanently disable JTAG. As far as I understand, there are two options to disable JTAG in the MSP430FR5xxx family:
1. Disable JTAG…
Part Number: MSP430FR5989 Other Parts Discussed in Thread: CODECOMPOSER I've installed CodeComposer to re-compile an existing firmware for the MSP430FR5989IPM to determine the amount of FRAM and RAM used. The FRAMUtilities_03_10_00_10_setup has been…
Part Number: MSP-FET430UIF Hi Experts,
Can you please confirm if the MSP-FET430UIF USB debugging tool can interface with MSP430FR6047? It says from its device folder that the tool supports all flash based MSP430 only.
Also, I am seeing this post 5years…
Part Number: MSP430FG6626 Previous revisions of firmware created single .text segment alon gwit hsepare tsegemnt for interrupt vectors.
Updated version creates separate .text segment for ISR.
Output from Translating to TI-TXT format...
"FIRMWARE.out" …
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430WARE , MSP430FR2433 , MSP430FR2476 , MSP430FR4133 I am hoping to use FRAM utilities to be able to read/write memory to FRAM easily. I was hoping to bring in files from C:\ti\msp\MSP430Ware_3_80_13_03…
Part Number: MSP430FR5739 Other Parts Discussed in Thread: MSP-FET , MSP-EXP430FR5739 , UNIFLASH , MSP430F1612 Hi!
I have "MSP-EXP430FR5739 FRAM Experimenter Board". This board has a built-in debugger (MSP-FET). With firmware version 3.3.28.680. …
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…
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: 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…