User Activity

Hi.I have a problem using STM8L001J3.TIMER2 does not operate.​void main(void){ CLK->CKDIVR = 0x00; GPIO_Init(GPIOB, GPIO_Pin_3, GPIO_Mode_Out_PP_High_Fast);​ TIM2_DeInit(); TIM2->CR1 = 0x01; // Counter enabled TIM2->ARRH = 0x00; TIM2->ARRL = 0x9E; ...
Posted on January 05, 2018 at 10:14HiSTM8S001J3 There is a problem with UART communication.If PIN8 is used without remapping tx, it works well.If tx is remapped and used as PIN5, the following code will not work.void UART1_init(void){    CLK->CKDIVR...
Posted on December 15, 2017 at 08:22HiI would like to use open-drain mode for PB5 pin of STM8S001J3.GPIO_DeInit(GPIOA);GPIO_Init(GPIOB, GPIO_PIN_5, GPIO_MODE_OUT_OD_LOW_FAST);I do not know why the voltage goes down even if I set it like the code abo...
Posted on November 28, 2017 at 10:01Hi.I have a problem using STM8S001J3.The program can not be downloaded because the SWIM pin is set to output.Is there a way to revert the settings?I am using STVD and IAR for program development.#stm8 #stm8s
Posted on November 28, 2017 at 09:58??STM8S001J3? ???? ? ??? ????.SWIM ?? ???? ???? ?? ??? ????? ???? ? ? ????.??? ??? ??? ????????? ??? ?? STVD? IAR? ???? ????. #stm8s001j3 #stm8