Sram not working if writing in eprom with spi
Hi community.. I am working with mcu STM32F429 and SRAM with code IS42S16400J .I have developed a code for init and working with this sram and it was workingvoid SDRAM_Init(void) { volatile uint32_t ptr = 0; volatile uint32_t i = 0...