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.

Light-weight alternative to FatFS for managing internal FLASH objects?

Other Parts Discussed in Thread: MSP430WARE

Occasionally I need to store some small objects to the internal FLASH of my MSP430. A file-system seems handy, but TI-RTOS' Fat-FS seems likes an overkill, plus it is heavy (512-byte sectors, I must implement 'd_init', d_read' and so forth)

Is there some light-weight alternative to FAT-FS? Any other suggestion?

  • Boaz,

    We currently do not have FLASH support in TI-RTOS for MSP430. I suggest you have a look at the MSP430 DriverLib. Look in your TI-RTOS installation under the products folder for msp430_driverlib_#_##. Open the release notes and scroll down to the documentation section. Have a look at the MSP430ware Peripheral Driver Library User Guide, Section 12 FlashCtl. Maybe this will work for you.

    ~Ramsey

  • There was a suggested answer and since there has been no active on this thread for more than a week, the suggested answer was marked as verify. Please feel free to select the "Reject Answer" button and reply with more details.