STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Low Pass Filter Implementation...

Posted on September 08, 2011 at 11:07Hello,I am using STM8S208MB MCU for my application and need to design a Low Pass Filter for 500 Hz on the Analog Inputs. Has anybody designed and implemented this kind of LPF using the MCU. I need the filter of f...

how to create interrupt process in main.c

Posted on October 09, 2011 at 14:38Hi:    STM8S105C6 is used in my project.    I want to create the interrupt process in main.c, the compiler is cosmic.    In general, the interrupt function is created in stm8_interrupt_vector.c. So i want move it i...

wpj1018 by Associate II
  • 986 Views
  • 4 replies
  • 0 kudos

STM8S 96 bit Unique ID on Ride7

Posted on June 16, 2011 at 16:10Hi, I read Unique ID from address 0x48CD to 0x48D8, byte per byte, on two STM8S105C6 with functions provided by stm8s_flash.c [FLASH_readbyte()]. The results are: x wafer: 0x001B y wafer: 0x800D n wafer: 0x00 lot n...

mighel84 by Associate II
  • 641 Views
  • 2 replies
  • 0 kudos

assert_param() problem

Posted on September 02, 2011 at 11:10From what I can see this is used to check in parameters into the c library functions. I've tried to add this to a header file but when I do so the compiler creates many unrelated errors. This is what I am adding:...

Using the SPI bus

Posted on May 17, 2010 at 15:35Hello, Right now im playing around with the ST8M8 Discovery board, i have followed some tutorials and have build a few projects that fade the LED using the PWM signal. I would like to use the SPI bus in the future to r...

Total newbie not getting this to work

Posted on August 25, 2011 at 12:20Hello, I am trying to control a robot arm with a stm8s discovery. I got the board as well as the users manual. The manual tells me to first install ST visual develop, and then Cosmic compiler. I was supposed to go ...

The type of Flash memory in STM8

Posted on October 11, 2011 at 10:43Hi,I'm trying just to learn a bit about the Flash technologies. Since I'm just starting, my question is not too ''professional'', sorry (-:.I know today there are 2 main flash types : NOR and NAND. Referring to STM...

elil by Associate III
  • 923 Views
  • 4 replies
  • 0 kudos

STM8S debugger changes speed of MCU !?

Posted on October 06, 2011 at 15:24Hi all, I'm use the STM8S103K MCU with COSMIC + STVD + STLINK debugger. I setup TIMER1 to generate a bitsequence (each 14ms) on an output pin during timer overflow. Everything is fine as long as the debugger is con...