I have a couple of external SRAM chips I need to test. Would it be possible to just hook the pins of the SRAM directly to the STM32 GPIO?
The SRAM datasheet says read and write cycle times should be a minimum of around 20 ns. However, assuming I run my STM32 at 25MHz, my clock cycle is already 40ns, which seems to suffice the requirements.In this case, would it be fine to control the CS#, OE#, and WE# pins to read and write data to the SRAM or should I really hook it up to an FPGA?
P.S. I do not want to use the FMC utility ST provides. Just barebones code to test I can read and write data to the SRAM.