2024-10-30 07:37 AM
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?
Solved! Go to Solution.
2024-10-30 09:30 AM
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 ?
2024-10-30 07:42 AM
You have to halt for it to update ?
2024-10-30 09:19 AM - edited 2024-10-30 09:26 AM
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.
2024-10-30 09:27 AM
And your in run mode again - so it cannot show ram data; only while cpu halted.
So difficult to understand ?
2024-10-30 09:30 AM
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 ?
2024-10-30 09:32 AM
Sorry, I'm new to this. But please refer to the screenshot attached.
2024-10-30 09:40 AM
Yes this NUCLEO-F401RE microcontroller.
2024-10-30 10:36 AM
Note that Nucleo is a board - not a microcontroller.
The microcontroller is the STM32F401RE chip mounted on the board.
2024-10-31 08:22 PM
Ok, thanks for the correction.