Can I read a variable from SDRAM almost as fast as from internal RAM?
Posted on March 29, 2017 at 20:27Hi.I'm using the STM32F746G-Discovery board which has an external 8MByte SDRAM. I've made tests to read the SDRAM by testing to access it by declaring: float *testvar = (float*)0xC0000000; *testvar = 3.4f; disp...