Description
Hello, I was trying to run this CNN example
https://github.com/Analog-Devices-MSDK/msdk/tree/main/Examples/MAX78002/CNN/pascalvoc-retinanetv7_3.
I followed the instructions and was able to program the board. However, I can't get any output after SRAM initialization.
I double-checked all connections according to the given instructions. Here's the serial terminal output:
14:27:18:943 -> *** Object Detection Demo (pascalvoc-retinanetv7_3) ***
14:27:55:143 -> Waiting...
14:28:20:739 -> Camera ID = 5640
14:28:22:244 -> Initializing SRAM...
I tried to debug it and found that the exception occurs at fastspi.c file line 244 : MXC_NVIC_SetVector(MXC_SPI_GET_IRQ(MXC_SPI_GET_IDX(SPI)), SPI_IRQHandler);
Do you have any recommendations about how to fix this issue?