SRAM2 read error from DAP in STM32L496
When reading SRAM2 memory in STM32L496 using ST-Link V2 debug probe, incorrect values are received when read crosses 1k (1024 bytes) boundary. For example, when I try to read 32 bytes starting from 0x100003F0, last 16 bytes that start from 0x10000400 will be incorrect. Multiple reads from the same location return same (incorrect) values.
Reading other memories - for example flash memory - with the same probe, do not have such issue.
