Skip to main content
Associate II
January 15, 2025
Question

Debugging 'aiSystemPerformanceProcess' Function in STM32CubeIDE with STM32F746NGHx"

  • January 15, 2025
  • 1 reply
  • 948 views

Hello everyone,

I'm new to using STM32CubeIDE and I'm encountering some issues while debugging my code. I'm working with an ONNX model on the STM32F746NGHx board and have generated the code accordingly. However, I'm facing a problem with the function 'aiSystemPerformanceProcess'.

Initially, I encountered an error in the 'cyclesCounterInit' function, which I managed to fix by modifying the while loop. Unfortunately, I'm now stuck at the 'aiSystemPerformanceProcess' function and I'm unable to step into it using the debugger.

I've attached the IOC file for reference. As someone with limited experience with peripherals, I would greatly appreciate any guidance or suggestions on how to proceed.

Thank you in advance for your help!

1 reply

mkothuriAuthor
Associate II
January 15, 2025

Any thoughts on this?