What are the reasons of Memory Managent Exception?
I am implementing a program that retrieves sound from MEMS microphone and process it with XCUBE-AI. The sound is retrieved with DMA, and the related data is written inside RAM. When I use this data, the program goes into Memory Management handler. However, if I fill a memory with loop and use it as sound data, the program works well.
My question is that I couldn't find anything about Memory Management exception, the reasons, etc. How can I solve it?
