STM32CubeMX Cube AI shows less memory than MCU has.
I'm trying to deploy a machine learning model to an STM32H743ZIT6 through cube-ai extension. The model is in .tflite format. When I try to analyze the model this is the result:
The tool states that the MCU has 512KB total available and the model exceeds it but on the datasheet I find 1024KB.
What's the reason?
