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.

Compiler/TMS320F28335: Question about trampoline and can move RPC value to other Register?

Part Number: TMS320F28335

Tool/software: TI C/C++ Compiler

Hello


When checking the Advanced Linker Techniques for Convenient and Efficient Memory Usage (Rev. A) document, trompoline can be used in the case of C6000.

Q1. Can it be used on the C2000? I want to label a specific instruction or go to a specific code when I encounter a specific instruction
In general, CFI security applies trampoline. I would like to ask if it is possible.

Q2. I want to move the value of RPC register to general register XAR* or ACC through MOVL instruction. Is there any way to fetch after PUSH on the stack?

Thanks, Regards

Han