STM8 PWM output TIM2_CH3 over PD2
Posted on December 10, 2015 at 14:06The 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 December 10, 2015 at 14:06The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 18, 2016 at 05:02Hi,I'm using DMA to transfer the data from USART1,The length of the data is varible.So I open the USART IDLE LINE interrupt.I try to set the DMA data counter to zero by using the function ''DMA_SetCurrDataCounter(...
Posted on February 15, 2016 at 14:37Hi all: I can't find out what the difference is between those 2 micro, May by someone will help :) Thanks a lot! Regards Per
Posted on February 12, 2016 at 14:20Hello,I want to use I2C Communication between two stm8s208cb MCUs. I use stm8s standard peripharel library. My code:Master:&sharpinclude ''stm8s.h''&sharpdefine I2C_SPEED 300000&sharpdefine OWN_ADDRESS 0xA0 ...
Posted on February 04, 2016 at 08:31Hi,I would like to know which tools can be used like compiler, IDEs for developing firmware for STM8L micro controller. #compilers #development-tools
Posted on February 05, 2016 at 14:24Hello,I want to use I2C communication between stm8s208cb(slave) and stm8s105c6t6(master). I use stm8s standard peripheral library.stm8s105c6t6(master) code:-in the void mainCLK_HSIPrescalerConfig(CLK_PRESCALER_HSI...
Posted on May 26, 2015 at 21:06Hey guys, I currently have an STM8S003F3 that is being powered by a battery. I want to be able to read the battery voltage, but am trying to reserve pins. I am trying to read the battery voltage off the Vdd pin and com...
Posted on January 29, 2016 at 14:13Hello Everyone,I am facing some issue with cosmic compiler version 4.4.2 for STM8. I have seen following run time problems.Push mechanism on stack fails during the function call when we select “Minimize code size (...
Posted on March 28, 2014 at 14:51There now is a complete free toolchain for stm8 development (in particular we have an sdcc port for stm8 and we have stm8flash). I wrote a short tutorial on how to get started with stm8 development using free tools o...
Posted on January 25, 2016 at 05:30Hi all,I am using IAR for stm8, but I do not know how to check code size(flash, RAM...), could you tell me where I can check?Thanks very much