Skip to main content
Associate
October 30, 2024
Solved

In Memory Browser all I see is ?????? for STM32F401RE

  • October 30, 2024
  • 2 replies
  • 1949 views

I was performing simple arithmetic calculation, and wanted to check the data gets stored in Flash and SRAM memory.

While checking the memory browser all I see is ?????. Could anyone guide me, what's the issue here?Memory Browser.png

Best answer by Tesla DeLorean

Perhaps share more details about your board and your ST-LINK, is that authenic? Does this work from STM32 Cube Programmer tools more directly?

Is this a NUCLEO-F401RE ?

2 replies

Andrew Neil
Super User
October 30, 2024

You have to halt for it to update ?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Gogo_91Author
Associate
October 30, 2024

While suspending, it shows opcodes at 0x08000000, which is starting memory address for flash, but if you look at the screenshot, still it shows ??? mark at other various memory address.

Also, for SRAM memory, it shows the same. 

 

 

SRAM memory.png

Flash memory.png

 

AScha.3
Super User
October 30, 2024

And your in run mode again - so it cannot show ram data; only while cpu halted.

So difficult to understand ?

AScha3_0-1730305657747.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
Gogo_91Author
Associate
November 1, 2024

Ok, thanks for the correction.