Can I run generated code from Computer vision toolbox in ARM Cortex M4
2 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Witek Jachimczyk
on 15 Nov 2014
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 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!