2025-05-05 2:13 AM - edited 2025-05-05 2:14 AM
Hello everyone,
I'm using a Nucleo-N657X0-Q and trying to integrate two different neural network models into my STM32CubeIDE project via X-CUBE-AI.
The issue I'm encountering is that both models are assigned overlapping memory regions:
npuRAM5: 0x342E0000 - 0x34350000 → model uses 0x342E0000 - 0x342E00C0
octoFlash: 0x70000000 - 0x73FFFFF8 → model uses 0x70000000 - 0x700038A0
Is there a way to manually assign an offset or configure the memory so that each model uses a distinct memory area?
Thanks in advance for your help!