Tool/software: Code Composer Studio
I was able to compile CMSIS NN library using CCS by referring the document at https://www.ti.com/lit/pdf/spma041
I used http://www.ti.com/lit/zip/spmc017 as include files instead what was mentioned in the CMSIS DSP for CCS.
This enabled me to build the CMSIS NN library.
The files are located here: https://github.com/abhishek-nair-13/cmsis_ccs_nn
Now when I try to run the CMSIS NN cifar10 example using debug option on CCS it just runs forever and never reaches the main() function.
I am able to flash the board with the example without any errors but the debug mode seems to be stuck. If I press pause I get the below screenshot error.
Is there anyway to figure out what is happening.
Attaching screenshot for reference.
Any help for debug would be appreciated
Thanks,
Abhishek