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.

msp430G2 Emulating EEPROM in MSP430 Flash

請問各位一個問題:

MSP430G2系列是否施做像是以下功能:

processors.wiki.ti.com/.../Emulating_EEPROM_in_MSP430_Flash

該連結是以F系列為主

如可以,是否有sample code

thanks

Ashley

  • The main MSP430 Flash features are as follows:

    • There are different segment sizes integrated onto the device including:
    • Information memory segments (e.g. – INFO_A) are each 128 B (F1xx, F4xx, F5xx, F6xx) and 64 B (F2xx, F47x) in size
    • INFO_A can be protected from write or erase operations
    • Main & BSL* memory segments are each 512 B in size
    • Byte, Word (2 bytes), and Long* (4 bytes) programmable
    • Each segment can be erased a minimum of 10,000 cycles
    • Segment erase, bank erase*, and mass erase
    • Multiple banks allow program execution from one bank during a flash erase operation in another bank.* 
    MSP430 是用info flash来做数据存储的,你可以考虑MSP430FR系列,用FRAM来存储数据,更安全可靠。