This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Profile the MCU using Keil uVision 5

Hi,

I have ST Microelectronics EVAL board having STM32L1xx series MCU and I am using Keil uVision 5. I connect the board to the PC using USB Type B connector, which also gives power to the board. I programmed the EVAL board with Demo code from ST. Now I want to profile the CPU and Memory usage.

How can I achieve this? Do I need any additional debugger to do this?

Appreciate your quick reply.

Thanks,
Dhaval

Parents
  • Hi,

    Thanks for your reply.

    Yes, I want to know the memory and CPU usage while code is running. Also, time taken by the functions. I think that I can achieve using "Execution Profiling" option, but that option is greyed out. So I can't start it. Why is that so? What should I do to enable it?

    Also, the 'Event Viewer' is not showing any events!!

    Please help me here.

    Thanks,
    Dhaval

Reply
  • Hi,

    Thanks for your reply.

    Yes, I want to know the memory and CPU usage while code is running. Also, time taken by the functions. I think that I can achieve using "Execution Profiling" option, but that option is greyed out. So I can't start it. Why is that so? What should I do to enable it?

    Also, the 'Event Viewer' is not showing any events!!

    Please help me here.

    Thanks,
    Dhaval

Children