This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SRAM reading problem using FMC at STM32H743.

Hello.  I am trying to operate FMC interface in STM32H743 processor. Configuration was done using STM32cubeMX. 

In code, after configuration, just have a loop with reading once per second.

	      	  		HAL_SRAM_Read_8b(&hsram1, (uint32_t*)0x60000000, (uint8_t*) buf1, (uint32_t) 1);

All lines remain idle high . No sign of trying to read something.

Attached link to drive IOC file from STM32cubeMX. 

Drive with configuration file

Is there some additional configuration or initialization shall be done?

Thanks