Steps to reproduce:1. Enable X-CUBE-AI core and add a network model.2. Go back into main.c and setup the calls to feed and run the model with data.3. Build the project.Upon build, produces the following errors:arm-none-eabi-gcc -o "NUC...
Thanks Daniel. All very helpful information. I was able to resolve my hard fault by reassessing my memory allocations throughout my program. As for the linker flags being added even when I don't have the system performance application enabled, yea...