External PSRAM not working when using SBSFU
Hi,
In my application using stm32l496zgt6 I'm using DCMI to capture Image and storing image Data in External PSRAM , this code works fine, Problem is whenever integrating this piece of code with application using SBSFU, As soon as MX_FMC_Init(); function is called in main(); MemManage_Handler is being called and application is freezing here. I just wanted to know if MPU settings of SBSFU is causing this problem or anything I'm missing with respect to SBSFU that i have to take care while using External memories.
