You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
You did great work developing the library. I am trying to use it smt32G4. I have generated a base-level driver from stm32cubeide and modified it to suit my needs. Is there any way this library generates atomic code for the Modelica function? If there is another way to do that, please provide a reference.
The text was updated successfully, but these errors were encountered:
Hm, this library doesn't generate C code. It's the Modelica tool which generates the code. MDD just uses the Modelica external function interface for interfacing to C code which finally accesses the hardware device. There is a relevant paper which describes some experimental work targeting STM32F4 Boards (https://doi.org/10.1145/3158191.3158204). It used an experimental code generator target from OpenModelica which probably comes close to what you need in respect of the code structure, but it was very limited in terms of supported Modelica code. I haven't checked for long time what the status of that target is.
Hi,
You did great work developing the library. I am trying to use it smt32G4. I have generated a base-level driver from stm32cubeide and modified it to suit my needs. Is there any way this library generates atomic code for the Modelica function? If there is another way to do that, please provide a reference.
The text was updated successfully, but these errors were encountered: