STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

zero page ram page memory mapping on STM8S003

Posted on December 09, 2015 at 10:21Hello,on STM8S003F3U according to datasheet there is 1024(total ram) - 513(stack) = 510 bytes for user application: 256 byte in the zero page and (510-256)= 254 in Ram section.If use the short stack compilation op...

I2C not working

Posted on December 05, 2015 at 10:29Hi, I'm using STM8S003F3 controller to monitor a temperature sensor using I2C Interface. I'm able to monitor while in debug and Run mode (in STVD IDE) using SWIM, but once I program into flash (using STVP through ...

aleena by Associate
  • 413 Views
  • 0 replies
  • 0 kudos

Need help

Posted on December 03, 2015 at 12:29I m beginer to tis stm8s i m using stm8s003 series with cosmic compiler to develop a product i need a sample of tm1638 interfacing with spi can any one help me please .. thanx in advance ..  #stm8s

STWBC FIRMWARE

Posted on December 03, 2015 at 10:14I bought the starter kit STEVAL-ISB027V1, EWSTM8-2015 I downloaded and installed it but I can not find the source of the firmware.Where are? Thanks.

SWIM sequence - recalibration after OPT Loading?

Posted on November 30, 2015 at 10:22Hi, I am implementing SWIM Protocol for an own programmer. It already works quite well with STM8S003 but I am facing difficulties with STM8L101. I wonder why the 128 HSI-timing-pulse on SWIM entry from the STM8L i...

at1 by Associate II
  • 307 Views
  • 0 replies
  • 0 kudos

STM8S105 direct register access, pointers...

Posted on November 25, 2015 at 15:14Hello everybody,  I'm working on the STM8 discovery board to implement some application which controls the STM8's GPIOs from an SPI master. The code relies on SPI interrupts. I would like the master sends the addr...

alexis2 by Associate II
  • 657 Views
  • 2 replies
  • 0 kudos

I2C generla call not works

Posted on January 29, 2015 at 08:58Let the stm8s003k3 i2c slave,Works fine, butWhen the master send general call address(0x00), stm8s003k3 stops,Of course, I2C_GeneralCallCmd(TRUE) is called.and the EVENTI2C_EVENT_SLAVE_GENERALCALLADDRESS_MATCHEDis ...

isjeon by Associate II
  • 498 Views
  • 1 replies
  • 0 kudos

External timer trigger on STM8S003_F_?

Posted on November 20, 2015 at 10:00Hi!I have to generate a PWM that must  be quite closely synced to an external signal of 50 Hz (to avoid any drifts).From the documentation contents of STM8S008F/K of it using the TIM1 external trigger (ETR) to res...

Cosmic compiler Error

Posted on November 18, 2015 at 12:34Thank you Luca,   As per your reply we already change the workspace toolset Rootpath as follows:      ''C:\Program Files\COSMIC\32K_Compilers\CXSTM8''but I can't understand the meaning of- your linker file specifi...

Stm8 TSL and double touch

Posted on December 17, 2013 at 14:31Hello everyone. I am making Kitchen Clock on STM8S105C6 and STM8 touch sence library. I need 4 buttons and  i have configurate them as SCKEY. Now they works fine. My problem is that library catch only one button a...