Resolved! Which register can set the timeout for the FMC's NWAIT signal to prevent a crash?
HiChip:stm32h723Peripheral:FMCConfiguration:FMC_NORSRAM_DEVICE , FMC_NORSRAM_EXTENDED_DEVICE;FMC_ACCESS_MODE_AFMC_ASYNCRONOUS_WAIT_ENABLEIf the extended device(eg. FPGA) do not assert NWAIT,the program on stm32h723 will crash. I want to know which re...