Can I run generated code from Computer vision toolbox in ARM Cortex M4
3 次查看(过去 30 天)
显示 更早的评论
Hi all,
I have already make complete image processing simulink model in matlab. I generate this model into code C (throught grt.tlc system target file)
Can I apply this code into ARM cortex-M4(specify STM32F429)
Best regards
0 个评论
采纳的回答
Witek Jachimczyk
2014-11-15
Hi,
You should be able to use the generated code on the Arm m4 processor, as long as you did not use from multimedia file block or the to video display block. These blocks rely on a PC operating system.
Note though that cortex m4 is not a very powerful processor, so depending on complexity of your design, performance might not be that great.
Witek
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!