Viewing Contents in Flash when Debugging

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Hello All,     

   

I am currently trying to review the contents in flash when I am debugging in Creator 3.0. I am wondering if there is a window I can pull up to view flash? I am unsure if one of the options in the memory window are flash, or if I need to open up something else.     

   

Searching the forums did not explicitly answer my question.     

   

 

   

Thanks      

0 Likes
2 Replies
Anonymous
Not applicable

 UPDATE:

   

I wanted to post this for others that might be looking for help. 

   

 

   

Upon searching I found this post about inspecting the contents of EEPROM:

   

http://www.cypress.com/?app=forum&id=167&rID=92305

   

It recomends looking into cydevice.h and finding #define CYDEV_EE_BASE 0x40008000 as the starting location of EEPROM.

   

I found what looks to be that same infromation for flash: 

   

#define CYDEV_FLS_BASE 0x00100000u

   

#define CYDEV_FLS_SIZE 0x00010000u

   

From these parameters I was able to locate the data that was being written to flash.

   

 

   

Is this correct? Are there other ways to do this?

   

 

   

Thanks again,

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Yes, that is the correct method currently.

   

 

   

Regards, Dana.

0 Likes