Posted on September 23, 2017 at 13:40 . does anyone know the function to stop and reset the timer fucntion , because when TIM 2 CH* is running , it stops the GPIO #stm8s003f3
Posted on September 23, 2017 at 13:40 . does anyone know the function to stop and reset the timer fucntion , because when TIM 2 CH* is running , it stops the GPIO
Posted on September 21, 2017 at 15:05\ Trying to trim HSI I get 3 identical lowest frequencies verified on scope\ eForth on STM8S103F running MINDEV\ https://github.com/TG9541/stm8ef\ http://forum.hobbycomponents.com/viewtopic.php?f=87&t=2180\ my c...
Posted on September 15, 2017 at 11:06Does Anyone worked on STM8S003F3P6 and Developed FOC Algorithm ? I need FOC algorithm to be developed in this Micro . Can anyone help me out?
Posted on September 11, 2017 at 19:10Dear experts,I am totally new to STM8, but got a task to complete. Please be kind and explain in simple layman terms...I have a project in ST Visual Develop, made by someone else. It has two parts: a bootloader (...
Posted on May 26, 2015 at 13:55Hi, I have problem with ADC1 conversions on STM8S-Discovery. I have configured the analogic inputs following: PB4 - AN4 PB5 - AN5 PB6 - AN6 unsigned char ADC_Config_INT ( void ) { GPIO_Init(ADC_PORT,ADC_15V_PI...
Posted on September 08, 2017 at 10:55When the destination memory block is locate in zero page which the address is often rang from 0x0 to 0xff. For instance, if a destination memory start address is 0x0, the memory() will copy the contents to addres...
Posted on September 11, 2017 at 15:06 I'm trying to get I2C to work, but nothing happens on either SDA nor SCL. I've connected the STM8S001J3 like so: Pin 5 SDA Pin 6 SCL (There are pull-ups on both of the lines) 1. I initialize t...
Posted on September 11, 2017 at 09:26 I have used to export Makefile with STVD. After adding the following post build step: $(WorkspacePath)\tools\build_merged_image.bat�? the build fails because the WorkspacePath variable is not export...