Hello Everyone,
My environnement configuration is as following : Win10 Matlab/Simulink 2016a Simulink Coder IPG Carmaker 6.0.3
I would like to generate C code from my top Simulink model which has reference models blocks. The generated C code is dedicated to be implemented in CarMaker environment as plugin model.
After a first attempt of my top model build, I had an issue about reference model support with my STF. Then, I solved the model referencing compliance issue in my System target file by implemented a call back function.
Now, I'm struggling cause I have a new error :
"ERROR : Model reference does not support the 'RealTimeMalloc' code format" I tried to change the code format in my System Target File but anyone is working.
Could you, please, advice how to solve this issue ?
Thank you in advance for your support,