We have SRAM FSMC configuration code available for STM322xG in cubeF2, I want to implement Muxed NOR with the help of same code
Posted on April 15, 2017 at 13:55Hi,As the title I want to implement Muxed NOR on STM32F207ZG Nucleo boardfollowing is SRAM read write code. for (uwIndex = 0; uwIndex < BUFFER_SIZE; uwIndex++) { *(__IO uint16_t*) (SRAM_BANK_ADDR + WRITE_READ_ADDR + ...