Hey
I'm using Real Time Agent(RTA) from Keil since I want be able to monitor registers values in debugger window in AUTOMATICALLY updating fashion.
What I've successfully done is: I added RTA to my project and downloaded the axf file via ULINK2 into the target board, the RTA works. I CAN see the registers change periodically now.
My problem is: I complied the whole project to an object bin file, and download it to target's flash. And then I connect ULINK2 to see if the RTA can run. Unfortunately all user code ran correct while RTA didn't run. In the keil debugger window status bar, there shows a message of "RTA is not in target". The result is unexpected since I'm quite sure that I included the RTA when compiling the whole project.
It'd be highly appreciated if can got an answer here.
Thanks!