Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28063
Hi Trey,
I have installed and successfully run the EEPROM emulation code from the SPRAB69 appnote on the F28069 ControlStick and our custom F28069 board. I have also used the FlashAPI example from ControlSuite (the Example_Flash2806x_API project).
My questions are:
(a) Are there any C2000 project examples of how to build a data logging manager solution on top of the EEPROM emulation and/or the Flash API? I'm not sure that the EEPROM API is suited for this - as it seems to provide a mechanism for saving multiple revisions (current active revision and older inactive generation) of a data block.
(b) Are there any examples for building a device configuration manager on top of the EEPROM emulation? I'd like to see something that could work perhaps with a JSON syntax device configuration file (simpler than XML), or else with modifying non-volatile configuraiton parameters using a serial SCI console. There was an interesting example for in the JSON configuration interface for the TinyG motor control project - see http://www.synthetos.com/wiki/index.php?title=Projects:TinyG-JSON.
Best regards,
Gordon Finlay