STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ds1307

Posted on February 28, 2017 at 10:22hello,i am trying to interface ds1307 with my stm8s105c6 discovery i am not getting from where should start. i am not getting a clear idea that how rtc works. I was trying to find any library for stm8s of ds1307. ...

STM8S timer is working properly

Posted on February 26, 2017 at 14:43The original post was too long to process during our migration. Please click on the attachment to read the original post.

Programing TIM2 in Input capture mode using STM8s003f3

Posted on February 23, 2017 at 02:08HiI am using 20 pin STM8s003f3 controller. I have programmed TIM2 channel 3(pin 10) in Input capture mode with capture to be made on falling edge detection on channel 3. I have enabled TIM2 capture/compare interru...

TIM2 program using STM8S003F3

Posted on February 19, 2017 at 03:48HiI am facing problem in Timer2 programing. It does not go into the interrupt. Please find below program of Timer2 initialization. I am using STVD for programing STM8S003F3.The Prescalar clock frequency is 16Mhz  ...

STM8S103F3 can't be programmed anymore

Posted on January 18, 2017 at 20:59Hi,i use IAR EWSTM8 to debug and flash the STM8S103F3 controller which i have here on a small blue breakout board. Yesterday i flashed the Controller via the ST-Link V2 as always but instead of going into the debug...

0690X0000060623QAA.png
loder by Associate II
  • 1944 Views
  • 4 replies
  • 0 kudos

STM8AL318A PORT I EXTI registers mapping

Posted on February 18, 2017 at 20:13HelloI am using stm8al318a lqfp80 package with GPIO pins PI0 - PI3.The datasheet says 'all IOs mappable to interupt vectors' and the pin description has a check for ext. Interrupt.But when reading reference manual...

GPIO_ExternalPullUpConfig

Posted on February 01, 2017 at 09:53 What is the difference GPIO_ExternalPullUpConfig (GPIOB, GPIO_PIN_0, ENABLE) and GPIO_Init(GPIOB,GPIO_PIN_0,GPIO_MODE_IN_PU_NO_IT) in point of P-Buffer FET (FET at high side) and internal pull-up resistor. In an ...