How to save current state in Stateflow
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using Stateflow and Embedded coder and my code is crashing when being ran on an ARM. Is there a way to obtain and save the current state in Stateflow? I have an EEPROM that I can store the states in, but I can't figure out how to easily obtain, every timestep, the states that are active...other than storing the entire state structure.
One more issue...my timestep is 500us yet my EEPROM write time is 5ms...so writing every timestep would not work. Buffering would not work either, due to loss of states saved in RAM between writes.
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!