Skip to main content
Yugenthar
Associate III
May 6, 2023
Question

How to understand the debug Flash memory in stm32f7x series

  • May 6, 2023
  • 2 replies
  • 1674 views

Hello everyone !!

I am Yugenthar

Right now I have debug the flash memory . using one integer type 32bit buffer variable. then store 256bit value but What happen here in stm32f767 memory .

My Quary how to understand the Debug section in stm32 or any type of controller

I give my snap anyone give the solution
_legacyfs_online_stmicro_images_0693W00000bjVrxQAE.png

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 6, 2023

You talk of FLASH​ but show code using SDRAM and dump internal SRAM in debugger.

Not sure why the dumped values are displayed in big endian format, not very helpful.

Having a hard time deciphering what the question is.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Yugenthar
YugentharAuthor
Associate III
May 6, 2023

Actually what I have conveying ,first of all I has write the code for SDRAM write and read concept but im not using external SDRAM but this code is available in google I try to understand the code and debug..

but my doubt the code is stored on flash or internal SDRAM .