STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I/O PORTS

Posted on November 06, 2010 at 23:34Dear, I need your help about...I'm programing by asm, I need to use the outputs ports to control lcd numbers. i don't know how to do to prepair the port to do output port. I don't understand the port configuration...

Beep in UM_0884

Posted on November 01, 2010 at 20:48I am using UM_0884 to learn more about STM8S-discovery and everything wa going good until I connected the beeper as shown on page 6/23.  The problem is it doesn't work. hyperterminal.c seems to work and it calls b...

carnett1 by Associate II
  • 989 Views
  • 7 replies
  • 0 kudos

Availability, when?

Posted on October 18, 2010 at 12:32Hello, Does anybody know when the new STM8L-Discovery will be really available? both digikey and farnell don't have it in stock yet. Giovanni ---http://chibios.sourceforge.net/

Programmer wanted, microchip and visual

Posted on October 26, 2010 at 05:38Hello, My name is Aaron. I am looking to hire a programmer. Qualifications are as followed. 1. Must be able to program a STM8S (more info here http://www.st.com/mcu/contentid-130-113-STM8S_DISCOVERY.html) (For our ...

kiyoukan by Associate II
  • 902 Views
  • 6 replies
  • 0 kudos

RS232 STM8S-discovery

Posted on October 25, 2010 at 22:23I have tried using0UM)884.  If I have the rs2323 disconnected from the PC i get an error.  I connect the rs232 cable it runs, but I don't get anything on my computer monitor. I put a breakpoint after the menu is su...

carnett1 by Associate II
  • 617 Views
  • 4 replies
  • 0 kudos

how to disable IWDG during run time

Posted on October 01, 2010 at 07:59Hi all, i need to disable the independent watchdog during runtime. (after it was started once). what is the way for this. also i am using LSI as my MASTER clock source. #iwdg

finding STM8S-discovery.ht

Posted on September 27, 2010 at 19:39I want to use the RS232 example so I can figure out how to give variables to the kit and read the response but I don't have STM8S-discovery.ht.  Where do I get it? charles #cosmic #rs232

carnett1 by Associate II
  • 556 Views
  • 2 replies
  • 0 kudos

3 PWM in stm8s

Posted on September 26, 2010 at 12:39Hello All  i need use 3 pwm  by user timer1, timer2, timer3 by config TIM1_PWMIConfig(); TIM2_PWMIConfig(); TIM3_PWMIConfig(); How to config? i use stm8s-discovery #tim1 #pwm #stm8s #tim2 #timer #tim3

uthenb by Associate II
  • 738 Views
  • 0 replies
  • 0 kudos

Desoldering the sockets

Posted on August 28, 2010 at 12:18I'd like to make the board more useful by desoldering the header plugs on the board and replacing them with sockets I can plug wires directly into. I've tried using braid and my solder sucker but neither is working...

STM8S Discovery firmware - LCD display pinout

Posted on September 15, 2010 at 22:16Hello I'm trying to connect LCD display (WH1601A) to the demo board and use firmware SPI module and SPI_SimplexLCD example as base of my code. But I can't see which PINs (ports) I should use to connect LCD displa...