We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi everyone,
Present i am working with QN9080 Evalboard(NXP) and for code developing i am using keilv5. My aim is to create profile sampling for my project file.
I am using J-Link plus for programming/flashing hex file/bin file into target file.
how can get it by using keil? what kind of config i do in keil?
Thank you inadvance,
Regards,
amarr
Hi Everyone,
Pl give me reply anyone.
Thank you,
Look under Execution Profiler in the uVision help. Per the help, instruction-level profiling on hardware is only available with debuggers that support the ETM interface, such as the ULinkpro or a Segger J-Trace PRO. However, the QN9080 doesn't provide a connector to access the ETM signals.
I suggest using the Event Recorder. You can get a lot of useful information from that. Or, use the simulator debug target for as much of your code as you can.
Thank you for your reply.