HelloI want to rewrite code into STM8S103F2P6.But I can't build it.STVD outputted following error massage.Compiling stm8_interrupt_vector.c...cxstm8 +mods0 +debug -pxp -no -pp -l -istm8s_stdperiph_driver\inc -i"C:\Program Files (x86)\COSMIC\FS...
I want to use count external pulses count coming on Timer 1 channel 1 .I wrote following code. the couter starts counting as I apply external pulses.but the counter doesnot go upto 65535 value. it gets reset intermittently.I want to use counter to co...
Hello, i use stm8l-discovery board with stm8l152c6t6.I need to sniff swim protocol and wrote the asm module for this purpose.This module uses WFE instruction to wait PIN transition and TIMER4 for timeout.If I use WFE for TIMER4 or PIN from only 1 sou...
Hi :) I am using an STM8L151G6U6, and found out I missed something in the datasheet.Datasheet is DS6372: https://www.st.com/resource/en/datasheet/stm8l151g6.pdfRM is RM0031: https://www.st.com/resource/en/reference_manual/cd00218714-stm8l050j3-stm8l0...
Dear experts,I have a problem with stm8s_conf.h file. I download the Standard Peripheral Libraries officially from ST web page. After I put them all into STVD, I mean the .c and .h files, then I compile. The compiler detects that stm8s_conf.h does no...
So I'm trying to scan channels from IN0 to IN6 in my stm8s-discovery board. At the same time, i'm using PE6(IN9) as a digtial input. When I debug, I've seen the PE6 works as digital input till I configure the ADC in scan mode.Using the stm8s cube wit...
Facing problem in initialization