Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
August 1, 2007 - 3:44pm
|
Am trying to program the lite timer with a timebase of 2 ms, but whenever I try to simulate my program, the interrupt that should be generated by the timer is never called. I have made sure to enable interrupts but have been unable to view the simulation accessing the interrupt as I step through the program. Does the simulation support the lite timer? |
There are many different timers for the ST7 familiy, and we always try to adapt the existing ones for the new devices. However, we don't have any exhaustive suite of tests for testing the peripherals simulation (as we have for the compilers). Therefore, we strongly recommend to use the real chip with RLink when debugging hardware issues related to the internal peripherals.
Francis