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.
in STM8L151G3 the PA0, PB0 and PB4 is configured with pull-up under reset. I wonder if we can change it back to floating under reset?
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...
My issue is I had to do a re-install of W10 and now Toolset43 fails on the last hurdle with "Cannot change C:\DumpStack.log.tmp to non read-only" Have tried giving permissions, running as Admin, deleting the file (assuming it would be re-created) bu...
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...
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...
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 ...