EdgeImpulse vision models on Renesas MCU

Can I run EI vision models on following Renesas boards(Cortex M4 and M33)

Can someone please help…as I am looking to try these boards.

Hi @timothy.malche,

I don’t not have either of those boards, so I cannot tell you with any certainty that your vision model will or will not run. We do not officially support Renesas MCUs at this time, so you will need to do some work porting the C++ library to their build environment (here is a good starting point: https://docs.edgeimpulse.com/docs/deployment/running-your-impulse-locally/deploy-your-model-as-a-c-library).

With 1MB flash and around 500 kB RAM, they should be able to handle FOMO and simple image classification models, so long as you keep the resolution low (e.g. less than about 200x200).

1 Like

Hi @shawn_edgeimpulse thanks. I’ll give it a try.