User Activity

Hello,I tried to program STM8S001J3 using STLinkv2 Debugger and ST Visual Programmer (STVP).As the STM8S001J3 MCU had no RESET pin, I left RESET pin of ST Linkv2 unconnected and just connected 3 lines of ST Linkv2 (VDD, GND, SWIM) with corresponding...
Posted on October 27, 2016 at 06:28HelloI am using stm32f373 chip to implement SDADC, USART, Timer, etc, and now I have a problem with interrupt.I tested USART1 interrupt code as below. If I send any character to STM, then it would receive it and se...