UM0560 bootloader flowchart flash address?
Posted on February 15, 2017 at 15:31In the UM0560 bootloader flowchart the flash address at the end points to 0x6000 which is the same as the ROM address.Is this intended?
Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.
Posted on February 15, 2017 at 15:31In the UM0560 bootloader flowchart the flash address at the end points to 0x6000 which is the same as the ROM address.Is this intended?
Posted on March 01, 2017 at 12:09Hello, I am trying to make a 200us pulse,using simple time dealy. I am using TIMER4 to create delay. But the problem is whatever prescalar I use or What ever Autoreload value I have timer always gives 12us pulse...
Posted on March 01, 2017 at 07:56Hello, I am trying to create 100us seconds pulse which periodically triggers a triac. Timer 1 is used for periodic delay and a while loop is under the timer1 isr for 100us pulse. Problem is it is not working,In...
Posted on March 01, 2017 at 07:47Hello, I am trying to make narrow pulse using timer1 of stm8s003f3p6, without using any kind of pwm(because my application doesn't permit me to do that). Program is,timer will make PIN 18 of mcu high the a w...
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. ...
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...