🎉 We're happy to announce new public releases 🎉

  • TriCore v6.3r1 Inspector - v1.0r9 - A family of tools that provide an automated method for identifying toolset issues in compiled output code
  • VX-toolset for RH850 - v5.0r1 - Industry’s First End-to-End Compile, Debug and Test Toolchain for Renesas RH850 Microcontrollers
  • VX-toolset for TriCore - v6.4r1 - Software development environment of certified compiler toolsets for Infineon AURIX TC2xx/TC3xx microcontrollers
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?