Write and Read from SRAM on STM32H7
Hi, I'm trying to do a read and write to an FMC, SRAM Bank 1, NE1. However, it does not work.STM32CubeMX was used to create the setup.The SRAM setup:static void MX_FMC_Init(void) { FMC_NORSRAM_TimingTypeDef Timing = {0}; /** Perform the SRAM1...