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.
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
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.
Posted on February 25, 2017 at 16:09I am using STM8S003F3P6 controller.
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...
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 ...
Posted on February 21, 2017 at 09:33Dear all,here is my code to read spi data:uint8_t TI_TDC1000_SPIByteReadReg(uint8_t addr){ uint8_t read_byte,inst; uint8_t dummy = 0x00; inst = TDC1000_READ_BIT & addr; // for read make sure bit6 is 0 //GPIO_Reset...
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...
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...
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 ...
Posted on February 17, 2017 at 03:59suddenly this problem generate.#comm-init-error:-chip-does-not-answer
Posted on January 06, 2017 at 05:39 I have a custom LCD that I am trying to drive with theSTM8L052C6. I have tested the LCD with 2 other MCUs and it works fine. However, when I try to drive it with the STM8, it is very dim and almost not visible....