Hello,
I am trying to run deep learning neural model described in https://www.dlology.com/blog/how-to-run-deep-learning-model-on-microcontroller-with-cmsis-nn/, I am using updated MDK Lite version 5.27. The trace starts running for about 600 seconds and then the error message pops up. The MDK is evaluating version and the only difference in the configuration from the above mentioned URL is "one ELF section per Function is checked".
I am also providing the github link for the code https://github.com/Tony607/arm_nn_examples/tree/master/cifar10.
Please let me know how can I resolve it. Thanks
I tried this example and I had to make a few settings to make it work. This example project contains a *.uvprojx µVision project file but no *.uvoptx project file. Because of that, the debugger (and some other) settings are missing. This is what I selected:
Even if I keep the application running, µVision does not create any error messages after 600 seconds on my PC. So I cannot duplicate this issue. The option 'One ELF section per function' does not make any difference.