Unable to run inference using X-Cube-AI API due to Hard Fault
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-06-04 5:37 AM - edited 2023-11-20 4:03 AM
Hi.
I'm trying to run a neural network model using X-Cube-AI, but at the point of performing the inference, my program gets stucked in the Hard Fault handler routine. I attach the details given by the Hard Fault Analyzer in STM32CubeIDE. I have read these issues are mostly related to the heap and stack sizes, but I have considerably increased their size and the problem persists. I would appreciate any help on how to solve this issue?
Thanks in advance. Regards.
- Labels:
-
STM32CubeIDE
-
X-CUBE-AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-06-04 5:47 AM
To provide more details about the exception, when I disassembly the error it leads me to an address of the routine ai_platform_network_process.
