How to configure the flash memory of N6 in STM32CubeAI Studio with GUI method
Environment:
Tool: STM32Cube.AI Studio (Windows Desktop)
MCU: STM32N647 (Flashless)
Board: Custom board (Non-ST DK/Nucleo)
Issue: The Memory Pool option is locked to "Auto" and cannot be switched to "Manual" in the GUI. Since STM32N647 has no internal Flash, the default "Auto" mode triggers a Memory Overflow error as it attempts to place weights in non-existent Flash.
Question: I have already prepared a custom mpool and Jason file. How can I explicitly point the Studio to use this JSON file via the GUI? I've checked the Wiki but couldn't find the specific input field...

