This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430FR6043: How to read data from LEARAM in MSP430fr6043

Part Number: MSP430FR6043

Tool/software: Code Composer Studio

HI,

I AM USING MSP430FR6043 FOR DIGITAL WATER METER.

I WANT TO READ FLASH CONTENT & WANT TO TRANSFER IT TO PC THROUGH  UART.

I HAVE CONFIGURED UART & SUCCESSFULLY TRANSMITTED DATA FROM MSP430 CONTROLLER.

BUT HOW TO GET DATA OF FLASH MEMORY I DONT KNOW

  • Part Number: MSP430FR6043

    Tool/software: Code Composer Studio

    I'm using the MSP430FR6043 and I want to read data from LEA RAM of microcontroller.

    How can access the data ?

    The data stored in LEA RAM is came from SDHS buffer register.

  • Hello Sumit,

    I've combined your two threads about reading MSP430FR6043 memory since they seem related.  

    Can you tell me what you are trying to do?  Are you just trying to dump the FRAM contents off a device?  

    As for reading/accessing the memory, the Memory Map shows all the memory addresses in Section 6.16 of the User's Guide: https://www.ti.com/lit/ds/symlink/msp430fr6043.pdf     You should be able to set a pointer and read out the memory.  

    There is an Memory Protection Unit (MPU) that can be set to restrict read access, so I would also recommend taking a look at that if you are having issues.

    Thanks,

    JD

**Attention** This is a public forum