This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Software development tools



Tool/software: Code Composer Studio

Hi , few questions about Memory browser view 

1- how I could change the default rendering 

2- how to set the number of columns that display the address and value 

3- how I could see the value as a text 

4- how to represent the value of register as a binary instead of Hexadecimal

thank you    

  • Hello

    Mohammad Aldosari said:
    1- how I could change the default rendering 

    There is a drop-down menu:

    Mohammad Aldosari said:
    2- how to set the number of columns that display the address and value 

    This can be changed by resizing the view. 

    Mohammad Aldosari said:
    3- how I could see the value as a text 

    Change the rendering type to "Character"

    Mohammad Aldosari said:
    4- how to represent the value of register as a binary instead of Hexadecimal

    right-click on the register value in the Register view and select the below option in the context menu

    Thanks

    ki