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

Calculate CPU-Clock

Hi,

i need to know the cpu-clock of the cpu i am running my program on.

do you have an idea how i can calculate the actual cpu-clock on an C167?

Parents
  • If you want to run a single image on multiple hardware versions with different clock speeds, you might be able to add some kind of hardware ID on the boards and read the pins using normal I/O. The hardware ID would then correspond to a fixed CPU speed, causing the software to use different (timer) settings.

    Kind regards,
    Joost Leeuwesteijn

Reply
  • If you want to run a single image on multiple hardware versions with different clock speeds, you might be able to add some kind of hardware ID on the boards and read the pins using normal I/O. The hardware ID would then correspond to a fixed CPU speed, causing the software to use different (timer) settings.

    Kind regards,
    Joost Leeuwesteijn

Children
No data