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.

MSP430F67791A: how to data's are stored EEPROM using EMDC Generated code

Part Number: MSP430F67791A
Other Parts Discussed in Thread: MSP430FR2475

Dear Sir/Madam,

We are working as energy monitoring system project. EMDC generated code is working well. We are tested.

We are using your reference circuit and MSP430F67791A MCU.

Kindly, I want to know the details for,

How to data's are stored in EEPROM using EMDC generated code?

How to EMDC generated code data's are send to another MCU(MSP430FR2475) through i2c? 

Is possible to integrate MSP430FR2475 MCU and redrive data from EMDC generated code? 

Kindly reply soon,

Thank You!

  • Hello,

    EST said:

    We are working as energy monitoring system project. EMDC generated code is working well. We are tested.

    We are using your reference circuit and MSP430F67791A MCU.

    That's great to hear!

    EST said:
    How to data's are stored in EEPROM using EMDC generated code?

    By default, the EMDC results are only stored in RAM on the MSP430F67791A. However, you can modify the application code to periodically save them to Flash memory on the device (preferably with a wear-leveling algorithm), write them to an EEPROM or send them to a host MCU or processor.

    EST said:
    How to EMDC generated code data's are send to another MCU(MSP430FR2475) through i2c? 

    This functionality can be added to the EMDC-generated application code. You can refer to the I2C code examples for both these devices in TI Resource Explorer inside CCS.

    EST said:
    Is possible to integrate MSP430FR2475 MCU and redrive data from EMDC generated code? 

    The MSP430FR2475 is not supported by EMDC. However, you could use this device alongside the MSP430F67791A as an EEPROM to store the results. Here are some references that may help you.

    Regards,

    James

**Attention** This is a public forum