MATLAB: Can a simulink model be dumped into hardware

arm processorshardware supportMATLABsimulink

I have come across the matlab announcement that it developed hardware supporting packages for matlab code be directly dumped into ARM processors. Is this also valid for simulink models ? If any examples are available on the site, say some videos, quote the links ??? ..n tnq..

Best Answer

From a simulink model, you can generate a c code (you will need a Simulink coder). Some hardware (like Dspace card or arduino ) provide Applications to handle the transfer of your code from your machine where Simulink is located to your hardware, they even allow visualization, tuning, data storage,...