Can I run generated code from Computer vision toolbox in ARM Cortex M4
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
nguyen
el 12 de Nov. de 2014
Respondida: Witek Jachimczyk
el 15 de Nov. de 2014
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 comentarios
Respuesta aceptada
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
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision with Simulink en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!