User Activity

I have a STM32H753 with 16MByte, 32bit SDRAM​ and a Wiznet W5300 in 16bit mode (acts as SRAM Bank 1, SRAM_BANK_ADDR = 0x60000000).So, if I read a Memory cell:uint16_t aw = *(volatile uint16_t*)(SRAM_BANK_ADDR);all is ok. With a scope on NE1, NOE, NW...