Hi,
I'm trying to deploy the example program, cifar10, from CMSIS-NN library on NRF52. The issus is I compiled and downloaded it to the board successfully but when I try to debug, it alwasys stays in HardFault_Handler.
I checked the code and found the problem occurs when I referenced a variable "conv2_wt", which is an INT_8 array with length 32*5*5*16=12800. (If I delete this line the program will be OK)
I guess the problem is about the stack size or something like that but I dont konw how to fix it.
Thanks.