FMC_SRAM not work on STM32F7
Hello.
I'm trying to use FMC Sram, but does not work.
Here is what I tested.
1) First, I downloaded FMC_SRAM example for Nucleo-H743ZI via STM32CubeMX.
I want to see just NWE and NOE pin signal work when I call HAL_SRAM_R/W functions.
And It worked as i expected.
2) I make another STM32CubeMX project for STM32F745VET. and I add options for FMC like below.
And I generated code for STM32CubeIDE.
3) I compiled project, and flashed on my custom PCB which has STM32F745VET.
and while debugging, always It hangs at FMC_NORSRAM_Init() in the HAL_SRAM_Init. It alway falls into MemManage_Hander().
4) But when I select options like below, FMC works and I can see NOE, NWE pin signal moves.
I don't know why SRAM options does not work on STM32F745VET.
