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

Setting RTC wake up timer for perioic wake up

Posted on July 17, 2011 at 21:55I've pored over the user guide and various app notes but cannot seem to get the RTC wakeup timer to start running, so no WU interrupt and I get stuck in halt mode. Can someone give me a difinitive checklist of what r...

Programming 2 STM8L at the same time with 2 ST-Link/V2

Posted on September 04, 2012 at 12:36Hello everybodyI'm trying to program 2 STM8L151 at the same time using 2 ST-Link/V2 and 2 STVP-Cmdline.exe calls, but I can't. Is there any way to get it?.Thank you in advance

Instruction cycles and gpio access

Posted on January 13, 2013 at 18:58 I wanted to see how fast the gpio pins can be 'pulsed', so I created the following piece of code: /* Switch to 16Mhz Crystal Osc clock */ CLK_ClockSwitchConfig(CLK_SWITCHMODE_AUTO, CLK_SOURCE_HSE...

0690X00000604zCQAQ.png
klaasdc by Associate II
  • 878 Views
  • 5 replies
  • 0 kudos

stm8A interrupt usage

Posted on January 14, 2013 at 00:37Hello everybody,I'm newbie at STM8A. I'm using IAR IDE. I downloaded stm8peripheral from st web site and I'm trying to use template project in the file. Firstly, I wanted to use TIM4 and I copied all file in the ex...

stm8s active halt mode PA1 port pin issue

Posted on December 28, 2012 at 12:18hello, following is the short details about the objective of the program..and their after the problem what i am facing... I am using stm8s005c6t6 controller and  we are using capacitive based power supply (lm7805)...

STM8

Posted on December 19, 2012 at 16:45Respected All:           I new for STM8s003k3 and i compile the peripheral coding like GPIO,USART ..But i did not not got Hex file.And i use the STVD compiler.Can any one tell me how create a hex file.i Read the P...

STM8L DAC+DMA+TIM4

Posted on October 23, 2012 at 13:02hello, i'm trying to play raw pcm (22050 Hz, 8 bit unsigned, mono) from sd card to DAC through DMA, with ring buffer. everything works perfectly when i'm using TIM2 as interrupt source (at 22050 Hz) and DAC's softw...

new in this MCU

Posted on July 07, 2012 at 14:41hello, i have done other MCUs like 8051, PIC, AVR. now i want to use this MCU.  i want to start with STM8Sxxxx series..please suggest me how to start.thanks in advance.

STM8

Posted on December 20, 2012 at 14:16Respected all:          I made my own STM8s003k3 hardware board by seeing the Circuit in the STMicroelectronics.And i connect all the components as given in that Circuit but my board did not work.And it connect my...

How to correctly configure UART pins in asembler

Posted on December 17, 2012 at 22:07I'm willing to init UART in asm and not sure is it required to configure specific IO port pin as  output pin with Px_DDR and only then then I can use UART_TX  or the pin configures in output type automatically wh...