STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM1 jumping count in the encoder mode

I'm using a TTC encoder connected to stm8s003f . TIM1 counts correctly until it reaches the value before the overflow value . After that it either jumps to 0 or it shows the overflow value. What is that due to?Thank you.

Kolab by Senior
  • 763 Views
  • 3 replies
  • 0 kudos

Internal reference VREFINT

Hello,I have a problem with internal reference in STM8L151K6. I run Vrefint channel measurement. I read VREFINT_Factory_CONV from @ 0x4910. Measurement values:Vref_measured: 1311VREF_Factory: 0x600 + 0x7B = 1659VDD_Factory: 3V -+ 10mVWhy Vdd = ( VREF...

pferd by Associate III
  • 444 Views
  • 1 replies
  • 0 kudos

hello sir i use the st development program

hello siri use the st development programand have a problem with the assembly code "int 040200"if you write that , the st development does not accept that code, altough its in that way it mentioned in the manualplease can you help me, how to solve th...

regarding the stv assembler

hello siri use the ST visual development programand tryed to give in that assembler instruction " int $040200"but the assembler does not reconise that, altough its in that way its mentioned in the programming manualalso, can you inform me if "05" and...

Resolved! STVD (Visual Develop) cannot set breakpoint on mouse click

Hi allI have recently changed my computer, and reinstall STVD for the development of STM8 applicaiton.using cosmic compiler. In my old computer, I used to set up breakpoint by just double clicking the very left column (where line number appears) at ...