2024-08-31 03:12 AM
I've successfully implemented a small machine learning model on the STM32F303ZE, and it's working well so far. However, I’m curious about the maximum size of the model that this microcontroller can handle. Has anyone experimented with larger models on the STM32F303ZE? What are the limitations in terms of model size, and at what point should I consider switching to another board?
Solved! Go to Solution.
2024-09-25 06:45 AM
Hello @shreyaschandran ,
Sorry for the late answer.
Basically, there are 2 factors that may force you to change board:
I would say that you can stay on your current board as long as it is ok for you and when you encounter an issue, you can look at a board that satisfy your needs based on the model you are trying to implement.
There are multiple tools within ST that can help you that:
Best regards,
Julian
2024-09-25 06:45 AM
Hello @shreyaschandran ,
Sorry for the late answer.
Basically, there are 2 factors that may force you to change board:
I would say that you can stay on your current board as long as it is ok for you and when you encounter an issue, you can look at a board that satisfy your needs based on the model you are trying to implement.
There are multiple tools within ST that can help you that:
Best regards,
Julian
2024-09-25 10:54 PM
Thanks, this helps a lot.