Hi all,
I want to protect my software from the reverse engineering. So I have a question:
How can a running program determine if a JTAG emulator is connected to the C5510 DSP?
Can anybody help me? Thanks in advance.
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.
One way to do this would be to monitor the TRST (test reset) pin. TRST is normally low and high when an emulator is connected.
This could be sensed via a GPIO input pin connected to TRST and your program check the GPIO pin.
Note that someone could cut the connection betwenn the TRST and GPIO pin to disable detection by the program.
Regards,
Harry