2021-06-08 09:16 AM
Hello,
We are trying to convert a pre-trained model using X-CUBE-AI on STM32H747IDISO board. Analyze failed due to RAM usage is exceeding 512KB. When we enable Use External RAM & Use Activation Buffer option in advanced setting, it is still failed. RAM usage is not reduced.
Please let us know what other option need to enabled to use external RAM?
2021-06-08 10:42 AM
The analyze just takes into account the internal available ram, this is something that could be improved
But the generated code should be ok and place your activation buffer in external Ram. You need to check manually that the available external ram is big enough for your activation buffer.
Regards
Daniel