2023-01-13 01:53 AM
When using cube-ai, the following dialog box will pop up, and it will be stuck at 0%, and trying to manually install the GNU tool will not work. How to solve this?
2023-01-13 02:02 AM
The tool needs arm-none-eabi-gcc to estimate the flash and ram size taken by the model and the library.
If it is not found in the path or if no installation of STM32CubeIDE is found it will try to download and install it automatically but you need internet access.
I recommend to install manually STM32CubeIDE and install it in the default location so that X-CUBE-AI can find it.
Regards
Daniel