STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S003F PD4 doesn't work as GPIO

Posted on February 27, 2014 at 14:44Hi all! I am using STM8S003F microcontroller with UART in async mode. I want to use UART1_CK pin as regular GPIO in push-pull mode. This pin is PD4. When peripherals are configured as below:    PD_DDR_DDR4 = 1;   ...

kiroid by Associate II
  • 640 Views
  • 4 replies
  • 0 kudos

STM8S discovery board - Watchdog timer not working?

Posted on March 10, 2014 at 17:41Dear,I am playing around with the STM8S discovery board using STM8S003K3 MCU. I have done with GPIO, timer, ADC, UART, and now I am trying to work with Independent watchdog timer.In the init() function, I have:CLK_SY...

thaip by Associate
  • 243 Views
  • 0 replies
  • 0 kudos

EEPROM

Posted on March 10, 2014 at 08:34Hello, I need help regarding writing data in EEPROM using standard block write operation. Problem is I am unable to execute the steps given in PM0051 in C++. It says that the routine for block write must be executed ...

STM8S and EXTI and Continuous Interrupts

Posted on January 24, 2012 at 08:25MCU: STM8S105C6Port: GPIOBBit: 2 GPIOB:2 is the only pin/bit set up for external interrupt, yet regardless of any edge sensitivity setting in EXTI_CR1, once an interrupt is invoked it is continuously invoked while ...

Workalot by Associate III
  • 732 Views
  • 6 replies
  • 1 kudos

E/H/L ockets of 24 bit address

Posted on February 20, 2014 at 14:13Hi all,I cannot find what the meaning is of those E/H/L parts of the address! Nowhere in the datasheets are the abbreviations explained. I presume H and L are the High and Low ockets but what is E?I don't understa...

albert1 by Associate
  • 278 Views
  • 2 replies
  • 0 kudos

USB hardware with STM8 - library

Posted on November 10, 2013 at 19:22 Hello, Is there any software library that allows to build USB hardware with STM8 microcontroller without any additional chip? I am looking it but I have not found anything so far. Such library would greatly impro...

Float data doesn't make sense

Posted on February 28, 2014 at 12:07I set a floating-point (*data) , (*data) = (*data)/(pow(10,Strlen-3-DotPos)),(*data)=1234,pow(10,Strlen-3-DotPos)=100, the result was 12.33999 how did that happen? And I want to get an aprecise result 12.34.  How ...

0690X00000602jWQAQ.jpg 0690X00000602jbQAA.jpg 0690X00000602jlQAA.jpg

STM8S discovery board - Watchdog timer not working?

Posted on February 27, 2014 at 22:13Dear,I am playing around with the STM8S discovery board using STM8S003K3 MCU. I have done with GPIO, timer, ADC, UART, and now I am trying to work with Independent watchdog timer.In the init() function, I have:CLK...

thaip by Associate
  • 175 Views
  • 0 replies
  • 0 kudos