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/msp430f2471: MSP430F2471

Part Number: MSP430F2471

Tool/software: Code Composer Studio

Hi,

I just want to read the register contents using the MSP430 FET debugger. How to do that?

 Can anyone help me?

Regards,

Swaroop

  • Swaroop,

    I'm not sure if I understood your question correctly. Are you looking to read a register value from your C program or looking to view registers in CCS? If it is the former, I would suggest asking the question in the MSP430 device forum as the experts there can help best with that. If it is the latter, you should be able to open the Registers view in CCS when debugging your program.

    Let me know if this is not what you were asking about.

  • I want to know the status of register values in debug mode in the C program
  • Ok, so you want to programmatically access/read the register values. I'm not sure if this is possible, but I would suggest starting a new post in the MSP430 forum so the experts there can comment.