Tying Simulink Coder to the Simulink Model

I was curious if there was a way to directly send data to or get data from an "Inport" or "Outport" block from custom code written in a Simulink Coder block?
I'd like to use Simulink to create firmware for an embedded target, however, the Embedded Coder toolbox does not have support any of my embedded target's peripherals, hence I need to write custom C code to implement an interface to them.

 채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 2월 22일

0 개 추천

Yes, you can create your own device driver block to act as a source/sink. See http://www.mathworks.com/help/releases/R2011b/toolbox/rtw/ug/bsf7k8n-1.html

추가 답변 (1개)

Matthew
Matthew 2012년 2월 22일

0 개 추천

Thank you! This was exactly the information I needed.

Community Treasure Hunt

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

Start Hunting!

Translated by