In Memory Browser all I see is ?????? for STM32F401RE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 7: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.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 9: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 ?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 7:42 AM
You have to halt for it to update ?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 9:19 AM - edited ‎2024-10-30 9: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.
  
  
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 9:27 AM
And your in run mode again - so it cannot show ram data; only while cpu halted.
So difficult to understand ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 9: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 ?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 9:32 AM
Sorry, I'm new to this. But please refer to the screenshot attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-30 9:40 AM
Yes this NUCLEO-F401RE microcontroller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-31 8:22 PM
Ok, thanks for the correction.
