Posted on April 01, 2015 at 13:39Hi all, We are trying to interface a 4M SRAM (IS62WV25616ALL) to STM32F407IGT6 through GPIO Pins of the controller. We are able to write data sucessfully into the SRAM but we are facing difficulty in READING ...
Posted on April 02, 2015 at 13:49 hi Clive, GPIO Ports being used are : 1) Address Lines[0:15] : GPIO Port F and GPIO Port G. 2) Data Lines[0:15] : GPIO Port D and GPIO Port E. 3) Write Enable(WE) : GPIO Port D pin 5. 4) Chi...