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/TMS570LS0232: How to read the registers states by emulator?

Part Number: TMS570LS0232

Tool/software: Code Composer Studio

Hello, TI Engineers

When I write something into FEE, I want to read the state of registers to confirm something has been written into FEE. So how to read them on CCS? I hope someone could help me to fix it.

Thanks!

Owen

  • Hello Wang,

    Do you mean how to read the content of the FEE bank? I believe you can use the memory viewer to view the content of the FEE by entering the start address of the FEE bank. this should show you the content of that memory space.

    Otherwise, there is also a register browser window that will shoe the content of the flash wrapper registers but this will only show your register configuration and not really confirm that anything was written.
  • Hello, Davenport

    Yes, I want to check the FEE bank based on CCS. Is there the memory viewer in CCS? Or I should download some tools?

    Xinyu

  • Hello Xinyu,

    This can be done with the memory browser included in CCS. See the picture below. The memory browser will be functional when in debig mode and connected to a device (green outline). Memory browser is outlined in red. You would enter the starting address of Bank 7 where noted with the blue arrow. the memory browser will update whenever you halt the device in debug mode.