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
