Can I run generated code from Computer vision toolbox in ARM Cortex M4

2 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Witek Jachimczyk
Witek Jachimczyk el 15 de Nov. de 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

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by