STM32N6 DevKit cannot create buildable AI project from CubeIDE via create new project
I am evaluating AI with the STM32N6570-DK. I can create a starting project with the new project wizard (cubeMX inside cubeIDE) by targeting that dev kit. It produces FSBL and APPLI projects that build fine. When I add in the X-CUBE-AI middleware via the .ioc gui and feed it a ONNX model it seems to work great analyzing the model, showing the graph, then creating code to initialize and run it. However the resultant project code will not compile (either in FSBL or APPLI, I tried both). It seems like it is failing to include some HAL and/or LL functions when it generates the code. The specific errors I get are all "undefined reference to `LL_ATON_..." and undefined reference to "mcu_cache_clean_range"
In the middleware I am including X-CUBE-AI v10.0.0 core and application (ApplicationTemplate). Do I need to include something else for dependencies? What am I missing here?
