Forum Posts
How can i handle floating point number using STM8 ? Anybody have sample code for same ?
As per attached screen shot 1 of my code it rebuild successfully but when i debugging this code with STM8S discovery evaluation board expected value after code run not shown in watch window as per screen shot 2
Resolved! STM8 Frequency Counter
Hello, I'm trying to implement a simple frequency counter. The idea is I have some external signal sitting at 6MHz, and I want to measure it by simply starting the TIM1 counter, waiting 1ms (delay), then reading the count, which I'd expect to be abou...
having trouble setting up TIM1 to measure input period and detecting no input
I need to measure the rpm of a tachometer signal from a fan. I want to measure the period. I also need to know when the fan is stopped (i.e. the signal stops changing). I am trying to use TIM1 for what seems to me to be a simple setup. I want an i...
stm8s003 development environment
Please provide stm8s003 development environment under stvd, including header file, thank you
STM8 Frequency Counter
Hello, I'm trying to implement a simple frequency counter. The idea is I have some external signal sitting at 6MHz, and I want to measure it by simply starting the TIM1 counter, waiting 1ms (delay), then reading the count, which I'd expect to be abo...
Problems with STM8S001J3 power consumption in halt mode
Hello Community,I just bought a few of STM8S001J3 for testing.I want to use the halt-mode to get the lowest power consumption. The problem is that setting the Processor in halt, current is still at about 240uA (too much).I was testing about ten of th...
I am not able to download the firmware using the "Flash loader Demonstrater" application. I am using the latest version of it. I am using STM8l discovery board having STM8L152C6T6. I am able to go in boot load mode but firmware is not downloading.
It worked only one time. after that it is failing in downloading the data.
Is there a true emulator available for STM8?
When I first saw the description for ST-Link STM8/STM32 v2 it noted "Programmer & Emulator". But other listings call it "Programmer & Debugger". I have a STM8L151 and would like to be able to load my firmware (via a S19 formatted file) into an emulat...