Topic : TIM4 Configuration

Forum : ST7/STM8

Original Post
Post Information Post
May 1, 2012 - 1:49pm
Guest

Hi
When configuring the TIM 4, I noticed that although the definition of reserved registers, the configuration is incorrect.
The library is:
# if defined (STM8S103) | | defined (STM8S003)
Reserved1 uint8_t / *

Replies
Post Information Post
+1
0
-1
May 2, 2012 - 10:41am
Raisonance Support Team

Bird's eye!

Thanks for this report. This has been reproduced in our Labs and corrected.
The problem was that our debugger was using the "STM8S20x" TIM4 description for the STM8S103 and STM8S003, instead of the specific one.
Note that the debugger works fine, apart that the misplaced registers contents have to be watched at their specific memory address (the full register description is invalid, as it points to a wrong address)

The next RKit-STM8 will have the correction.

Best Regards,