Part Number: MSP-EXP430FR6989 Other Parts Discussed in Thread: MSP430FR6989 , , MSP430FR5969 Tool/software: I have the MSP-EXP430FR6989 development kit, and was looking into how to set it up so that I can utilize the bootloader to update software via…
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…
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 run…
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…
Part Number: MSP-FET430UIF Other Parts Discussed in Thread: MSP430FR6047 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…
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: 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…
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.
Can…
Part Number: LP-MSP430FR2476 Other Parts Discussed in Thread: MSP430FR50431 , MSP430FR5043 , MSP430WARE , MSP430FR5994 The user guide only mentions how to add FRAM Utilities for a new project or through the template system, but that doesn't seem to be…
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 at 0x008000…