2025-08-25 11:22 PM
Hello ,
Could you let me know the max size of model can fit in STM32N6570-DK
Regards,
Sandeep
2025-08-26 12:59 AM - edited 2025-08-26 12:59 AM
Hello @sandeepchawla74,
It will depend on how it will be converted by the ST Edge AI Core. It is the C code version that is important.
You can see if your model fit in memory on the DK by running any command with the st edge ai core.
In the first table, you will see how your model is mapped in memory. For example:
Weights can be stored in external flash, and there is a lot of it in the N6 DK.
For activations, it is highly advised (for maximum performances) to have them fit in internal memeory (npuRAM1 to npuRAM4 = 4 * 448kB = 1792kB).
Have a good day,
Julian