This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM development studio cortex-a55 FVP is writing a pattern of 0xdfdfcf .How to overcome this?

Using Eval version of Arm development studio . It is writing a pattern of 0xdfdfdf pattern on ram after loading  image symbols

Parents
  • Hi,

    The memory pattern you describe is the reset/default value of memory. If nothing is written to memory you will see this value. It may mean you are not loading the software. Make sure to "load image" to write the software image to memory. Doing "load image symbols" only associates the symbols with the memory contents for the debugger to do symbolic debugging and will not change the memory contents. 

    Thanks,

    Jason

Reply
  • Hi,

    The memory pattern you describe is the reset/default value of memory. If nothing is written to memory you will see this value. It may mean you are not loading the software. Make sure to "load image" to write the software image to memory. Doing "load image symbols" only associates the symbols with the memory contents for the debugger to do symbolic debugging and will not change the memory contents. 

    Thanks,

    Jason

Children