STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN filters

Posted on February 28, 2013 at 11:42Hello!I want to create a network of MCUs, and I want every item to have an ID.Messages should be addressed to one item by id or to any item in network.For example, in item with id 5 can send message to id 98 and t...

urvindt by Associate
  • 554 Views
  • 0 replies
  • 0 kudos

Links to Download STVP and STVD?

Posted on February 20, 2013 at 21:35We can I download the STVP and STVD software packages for STM8L MCU?  There are no links on the site? #stvd #stm8l #stvp

nathan2 by Associate
  • 914 Views
  • 2 replies
  • 0 kudos

I2c pcf8574-Ds1307--

Posted on February 20, 2013 at 20:58hello, after long trying, i managed to write to the pcf8574 in assembly language. no i have only a problem with WRITING to the DS1307, i can read the DS1307 my question is, when you use a crystal of 14.7456Mhz, wh...

RTC problem (spre)

Posted on February 15, 2013 at 11:13I have problems with RTC. I am using STM8L051F3 microcontroller which is low power. Once I turn it on RTC works well, it means uC is waken up after 30 seconds, but other time I turn it on it works other way, it wa...

STM8S I2c

Posted on January 30, 2013 at 11:34hello, i try to make a connection between the stm8s207 and an pcf8574. the problem is with the software, because i can control the pcf8574 with an AARDVARK analyzer. when i send a start and an adress (40) for pcf85...

Cosmic compiler unexpected result

Posted on February 01, 2013 at 12:05Hi. I'm using the Cosmic STM8 compiler (''free'' version, v4.3.9) and it appears to generate unexpected results for the following test :- static char test(unsigned int x, unsigned int y) {    return (int)(x - y) <...

phorton by Associate II
  • 2498 Views
  • 18 replies
  • 0 kudos

STVD WIN8 Issues

Posted on February 05, 2013 at 05:00I have recently started working on STM8 platform. Using RIDE and STVD with ST-LINK.STVD is heavenly slow on Win 8. Forget compilation time it takes 4/5 seconds just save a file. I came across similar discussion  h...

Is 5 microseconds the minimum resolution for the timers?

Posted on February 04, 2013 at 22:44I've tried both the 16 MHz HSI and 24 MHz HSE with the STM8/128-EVAL board, and I can only divide TIM4 down to an approximate 5-microsecond tick resolution. Is this correct? The settings I'm using with the 24 MHz ...

STM8S I2C

Posted on January 27, 2013 at 16:22hello, i have connected a PCF8574 to PORTE1 and PORTE2 .but it does not work. can someone help me with an assembly language program example to control the STM8S I2C system many thanks