Can I run generated code from Computer vision toolbox in ARM Cortex M4
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
nguyen
il 12 Nov 2014
Risposto: Witek Jachimczyk
il 15 Nov 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 Commenti
Risposta accettata
Witek Jachimczyk
il 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!