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

NEED RTX HELP :

HELLO,

I AM BEGINNER TO RTX KEIL. I WROTE A PROGRAM FOR MAILBOX TESTING. NOW I WANT TO CHECK THE CPU UTILIZATION FOR MY PROGRAM. HOW CAN I DO THIS ?

Parents
  • Just that many systems are very hard to simulate, because they depend on external stimuli that you don't want to try to recreate using debugger scripts.

    And not all processors supports the ULINKpro trace function.

    So the "beginner way" is often the only available way.

    The important thing here is that there is a big difference between checking CPU utilization, and checking actual response times (hard real-time requirements) for actual threads in relation to actual events.

Reply
  • Just that many systems are very hard to simulate, because they depend on external stimuli that you don't want to try to recreate using debugger scripts.

    And not all processors supports the ULINKpro trace function.

    So the "beginner way" is often the only available way.

    The important thing here is that there is a big difference between checking CPU utilization, and checking actual response times (hard real-time requirements) for actual threads in relation to actual events.

Children
No data