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?