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

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.

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...

STM8A Open Drain Pin Protection. Please Verify My Design

Posted on December 11, 2012 at 16:08Hello, attached is a picture of the power input of my circuit and the protection diodes I have implemented. This is an automotive device with a 12V nominal input, that will get voltage spikes of up to 60V during e...

STM8 CAN, CAN bootloader

Posted on November 29, 2012 at 14:24Hello! Now I'm in search of design of my project and I really going to use STM8s208 MCS's. Im'm new to STM8 at all.I need a wired controller network, with about of 20 devices. Every device should be able at any ti...

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

STVD / Raisonance compiler - inspecting global variables

Posted on November 16, 2012 at 10:15When debugging an STM8 using the STM8S-Discovery I can't inspect global variables. When I set a break point and add a variable to the watch window in STVD, I get ''no debug info'' in the Value column. Local variab...

cnurton2 by Associate
  • 376 Views
  • 0 replies
  • 0 kudos

STM8 Slave : I2C Write and Read

Posted on November 14, 2012 at 14:35Hi all, I have an issue while the I2C-host writes and reads to/from the STM8-I2C-Slave. Write operation is immediately followed by a Read. 1) I2C Master writing to STM8-I2C-Slave      : s A2w a 0A a 47 a 40 a p 2)...

spveer by Associate II
  • 577 Views
  • 0 replies
  • 0 kudos

stm8 uart1

Posted on October 29, 2012 at 07:25hello, please can someone one help me with a uart problem on the stm8s i use a crystal of 14.7456 Mhz , also i do the change of the clock system, see the atached program. the uart1 is initialised as, pa4 and pa5, ...