🎉 We're happy to announce a new public release ðŸŽ‰

  • Pin Mapper for AURIX v1.1r5 - A graphical tool for defining AURIX device port mapping and generation of device initialization code
Contact us to get access

winIDEA shows question marks in the Memory Window

12-Feb-2026

winIDEA shows question marks "??" in the Memory Window whenever a memory read at a specific memory location fails.



Possible reasons

  • No physical memory is present at the specific memory.
  • The debug interface memory read command fails for some reason.
  • The memory is not accessible after the microcontroller power-on-reset and has to be configured first to become accessible and visible to the debugger (e.g., ECC-protected memory, NOR flash external memory connected to dedicated Chip-Select signals, SPI flash, etc.).
  • When the debugger reads the erased flash cells, they keep a random value after being erased. Such internal flash behavior can be found on the Renesas RH850 and Infineon Traveo T2G.
  • Flash and RAM are ECC-protected. Before you can read from the flash location, it must be erased and initialized (set to the default value). By doing this, the ECC is cleared.
  • If the application code configuresa read access restriction, it would cause the read command to fail.


More resources in winIDEA Help

Was this answer helpful?