How do I simulate free running 16 bit timer counter register?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I simulate free running 16 bit timer counter register?

Jump to solution
2,084 Views
MB68hc11
Contributor I
Hi
    I have been using Metrowerks for Motorola 68HC11 for some time now doing simple programs.
  I wish to be able to simulate the TCNT register found at $100E - $100F.
This is a 16 bit timer that counts $0000 to $FFFF and then rolls over to $0000.
I write my programs in assembler and not C.
I can comunicate with my development board and run my program so I know that my code works.
I just can't sort how to do the same as a simulation.
 
I know that I am playing with old technology here but would appreciate any help
 
I have version 4.1
Build 0629
 
Axiom CME11E9-EVBU
 
Thanks in advance
Martin
 
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
904 Views
CrasyCat
Specialist III

Hello

We do not have Full Chip simulation in CodeWarrior for HC11.

TCNT is not simulated. I am not aware of any plan to provide Full chip simulation for HC11.

CrasyCat

View solution in original post

0 Kudos
Reply
1 Reply
905 Views
CrasyCat
Specialist III

Hello

We do not have Full Chip simulation in CodeWarrior for HC11.

TCNT is not simulated. I am not aware of any plan to provide Full chip simulation for HC11.

CrasyCat

0 Kudos
Reply