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.

TMS320C6657: Save B3 in C++ code

Part Number: TMS320C6657

Hello,

For debugging purpose of a design in customer configuration (no jtag access), I need to get and log the return address of a C++ method (compiler 8.3)

So, I'd like to save B3 register (if I've understood the calling convention) and give it as parameter to another method.

The problem is I don't known how to use __asm statement to interact with the C++ method

Regards,

David