Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello ,Sir/Madam I am working on STM8S (STM8S003F3) MCU . This is 20 bit MCU. I So i am using 2 timers TIMER1 CHANNEL2 (on pin no. PC7 ) and TIMER2 CHANNEL1 (on pin no. PD4) and i select ARF0 OPTION BYTE for TIMER1 CHANNEL2 then TIMER2 CHANNEL1 (on

Posted on July 25, 2017 at 10:57Hello ,Sir/Madam I am working on STM8S (STM8S003F3) MCU . This is 20 bit MCU. I So i am using 2 timers TIMER1 CHANNEL2 (on pin no. PC7 ) and TIMER2 CHANNEL1 (on pin no. PD4) and i select ARF0 OPTION BYTE for TIMER1 CH...

STVD improvements

Posted on December 21, 2016 at 09:10Dear ST!As a hobby STM8 user I am forced to use the STVD with Cosmic compiler because this is the only free development environment with debug capabilities.I would have the following suggestions to make the usage ...

0690X00000605ttQAA.png 0690X00000605tyQAA.png 0690X00000605ucQAA.png 0690X00000605ScQAI.png

STM8S TIMER1 ONE PULSE MODE

Posted on July 15, 2017 at 07:28Hello everyone ,I am trying to program STM8S timer1 in One Pulse mode, after reading the data-sheet of STM8S003F3P6,I have understood that how to program timer1 in one pulse mode but I don't understand that after  pro...

ADC 1 STM8S Discovery, speed is very slow. I am getting the speed as 1.152 milli seconds per sample, can you please tell me what is wrong with my code, I have attached the snapshot of code below.

Posted on July 17, 2017 at 11:06I want to read the ADC sample value connected to Port B pin 0, when I check the sampling speed, I get it as 1.152 milli seconds per sample, can you let me know if my setting are correct. I am not using timer1 in my co...

STM8S003K3 General Interrupts Enable Problem

Posted on July 10, 2017 at 21:48Hi all,I am using STM8S003K3 mcu to develop a project based on some interrupt applications (TIMER overflow, UART receive). When I try to enable general interrupts by using 'enableInterrupts()'  function mcu gets stuck...