How can I programming of a LED is ON/OFF using stm8s103 polling method? or without timer?
Posted on July 11, 2017 at 13:37i am testing a board of stm8s103f3.
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on July 11, 2017 at 13:37i am testing a board of stm8s103f3.
Posted on July 10, 2017 at 21:48Hi all,I am using STM8S003K3 mcu to develop a project based on some interrupt applications (TIMER overflow, UART receive). When I try to enable general interrupts by using 'enableInterrupts()' function mcu gets stuck...
Posted on July 11, 2017 at 10:52Hi All,I am using STM8S208MBT6B MCU and the STM8S Touch Sense Library. The Touch Sense Library use TIM3 for VIH/VIL measurement and TIM4 as a generic timebase for the state machine. When I try to use TIM1 to generate ...
Posted on June 25, 2016 at 05:22Hi all. please help me. I program my code in IAR embeded, I built no error, no warning, but it not working. this is my code in main.c :#include ''main.h''void main(void){ CLK_HSICmd(ENABLE); CLK_SYSCLKConfig(CLK_PRE...
Posted on June 28, 2017 at 07:09I'm trying to interface a lcd with the stm8. My code is as follows:(I'm using the 16 MHz internal clock)# include 'stm8l.h'# include 'stm8s.h'void lcdinit(void){ LCD_CR1 = 0x06; LCD_CR2 = 0xEE; LCD_FRQ = 0...
Posted on September 04, 2012 at 14:41I have been developing some applications for the STM8S103F3 which I have on breadboard and I have recently transferred one of the projects to the STM8S Discovery board and I am finding a difference in behaviour w...
Posted on June 13, 2017 at 20:42I need a simple utility to program an STM8L151G6U6TR using the USB ST-LINK V2 so that non-technical users in the field can upgrade the firmware in a consumer product. The MCU will always be STM8L151G6U6TR. So there sh...
Posted on June 29, 2017 at 10:13hi....to program ST7FL39, i used software ST VISUAL PROGRAMMER....when i used Rlink to read STM8S103K3 with SWIM connection i can read and write what i want.......when i used ICC connection to read ST7FL39 on same pl...
Posted on June 28, 2017 at 09:25i am designing my own circuit by using stm8s003f3 muc... to simulate my whole design on OrCAD and make its PCB layout....plz help me....
Posted on June 26, 2017 at 22:26Hello all,I am using the 10 bits ADC converter of the STM8S105C6T6 MCU.I have a question about the maximum rating of the analog input voltage channel:in the datasheet of the MCU, it said that the max positive input vo...