Hi,
- I am running Keil uVision V5.23.0.0, debugging a 51822 using the J-LINK / J-TRACE interface built into the chips
- My code uses SD110, SDK 7.2
- I need to get ABSOLUTE timing info on my product
- Ideally, something simple like a time-stamp from the PC at the start of a routine and another one when the routine ends would be GREAT!
- I have tried SEVERAL different things to get this info, including:
- using a ULINK 2
- It seems this is just the same as using the built-in J-LINK interface and doesn't provide any more info that the native debug interface
- including a debugger init file that, when called from break points set at the proper addresses, prints the number of states
- However, this always just prints out 0 states....
- watching the variable "states" shows only a 0x00
- using the "PA" command from the command window...
- ALL accesses come back with 0 hits...
- using a ULINK 2
- I have looked through thousands of postings about how Trace could help but it seems as if it only works with an nRF52 device, not the nRF51 that I am using
- AND it needs a ULINKpro to go with it
Can anyone please tell me how I can get this info from the Keil interface please?
Thanks!