Validating an AI model on NUCLEO-N657X0-Q board in overdrive mode using STM32Cube AI Studio
- July 29, 2026
- 3 replies
- 96 views
Hello,
I’m using STM32Cube AI Studio to optimize and validate an ONNX model on a NUCLEO-N657X0-Q board. In general, everything works fine. However, I would like the board to be configured in overdrive mode (npu_freq = 1000MHz, mcu_freq = 800MHz) by Cube AI Studio for the validation runs on the target because I’m hoping to achieve a better inference time.
When executing new “runs” in Cube AI Studio, the device attributes are always as seen in the screenshot below.

If I use the the ST developer cloud to optimize and benchmark my model with the STM32N6570-DK board (because the NUCLEO-N657X0-Q is not available in the DC), the device attributes are as follows:

Since those two boards have the same STM32N657X0H3Q MCU, I expect a similar inference time on my NUCLEO-N657X0-Q board with Cube AI Studio if I could just activate the overdrive mode.
I didn’t find any settings in the Cube AI Studio user interface regarding the overdrive mode, so I tried two things:
- Creating a new project from scratch in Cube AI Studio and edit the .ioc file in the root directory of the project to overdrive mode because I was hoping that Cube AI Studio takes this .ioc file as a template for the various runs. Unfortunately, this was not the case. The runs were executed in the “default configuration” as shown in the first screenshot.
- Creating a new CubeMX project according to this article:
I left out the part with X-CUBE-AI because I understand that it is not recommended anymore to use it and to use Cube AI Studio instead. After that, I imported the CubeMX project (.ioc file with overdrive configuration) into Cube AI Studio and ran the optimization and validation. Unfortunately, mcu_freq = 600MHz and npu_freq = 800Mhz is still used. I would have expected that the configuration from the imported .ioc file is used. I’ve attached the file “FullBridge.ioc”.
To summarize, my question is if it’s somehow possible to let the NUCLEO-N657X0-Q board run in overdrive mode while performing the optimization and validation process with Cube AI Studio. If not, is there some workaround with which I can achieve this (e.g. without using Cube AI Studio) ?
Thank you in advance!
