It updates if I manually reset the board. I'm setting my baudrate as 11400, but it works only if I select the baudrate as 115200 on hyperterminal. Here is a snippet of what Im working on. (EDIT) It even works when I step through the code, not when I ...
helloThis is a problem about ST Visual Develop software. After installation, click On Programmer, it will close automatically. How do you solve this problem.best wishes
Hello @John E KVAM ,I would like to know how to use VL53l0X with stm8s003F3 using the API library.Kind regards.Augusto.
HIi have connected a stm8s003f3p6 to a common anode 7segment.one of segments has connected to PC7 gpio and it is always on because PC7 does not drive to high level voltage.it would be appreciated if help me?thanks
Please help. What do I miss? I can get timer2 to generate interrupt every 5us, but not 1us. I use sample code from stm8s discovery board. Scope capture (on pin LED2_Y, attached) shows interrupt period of 5us. Captures of Registers are also attached. ...
Posted on March 30, 2011 at 12:52I've tried to look for a Modbus RTU version for the STM8s. It seemed that nothing exists yet. So I decided to write a tiny version of it for the only purpose of the most basic RTU functions that do the job, which a...
I'm a beginner at STM8 programming. I'm designing a quad trailing-edge dimmer as my first STM8S003F3 project. I have a zero crossing pulse tied to a pin and generating an interrupt, and on this interrupt I want to trigger pulses on four output that e...
We have many STM8S001J3 connected to the same data bus. Each of them should generate a random number to use it as its own ID. We cannot use ADC to generate the number because all pins are in use. We cannot use clock because all MSU boot at the same t...