Code Generation GRT: Make DSM non-volatile

3 views (last 30 days)
Matt
Matt on 2 Jul 2014
Answered: Nirmal Gunaseelan on 10 Jul 2014
I have an model which is using DSM's to store information which is accessed by stateflow and the model. From this model I'm generating an exe using the GRT template, which is running in windows.
My question is whether there is a way of storing the state of each DSM so that if forms the initial value for the next execution of the exe; akin to non-volative storage on an embbed system

Answers (1)

Nirmal Gunaseelan
Nirmal Gunaseelan on 10 Jul 2014
I'm guessing you have already looked at storage class of the DSMs. Take a look at how one of the other targets, AUTOSAR, manages modeling of non-volatile memory using DSMs and might be of help.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!