Part Number: MSP430FR6970
Other Parts Discussed in Thread: MSP-FET, UNIFLASH
Hi,
I want to program 6 bytes of data in FRAM without altering source code, for that i need scripting details using python.
while programming, 6 bytes of data are included with file name, that 6 bytes of data in file name should be written in hex in respective FRAM location.
Example:
file name: MSP430FR6970_44B7D0239811.hex
while programming ,
FRAM[ 0 ] = 44
FRAM[ 0 ] = B7
FRAM[ 0 ] = D0
FRAM[ 0 ] = 23
FRAM[ 0 ] = 98
FRAM[ 0 ] = 11
As above, FRAM should be loded.


