STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm8s003f channel 1 PWM

Posted on February 28, 2016 at 07:02Hi,please let me know how to use port b as output port in stm8s003f mode.Thanks

sunnoj by Associate
  • 458 Views
  • 1 replies
  • 0 kudos

STM8S003F3_SPI_interface

Posted on March 04, 2016 at 17:27I have been working with STM8S003F3. Can I get example program and documentation to communicate two STM8S003F3 s using SPI interface?  #stm8s003f3 #stm8 #spi

suthans by Associate
  • 440 Views
  • 0 replies
  • 0 kudos

Problems with jp instruction

Posted on February 26, 2016 at 10:04We are using assembler code in our C-code. The jp instruction is used to jump into the booloader. But sporadic the jp instruction is not working. We have also used jpf instruction. Without success. What can be the...

Cannot compile with Cosmic

Posted on February 26, 2016 at 03:21Hi,I'm trying to use the Cosmic 32K compiler in ST Visual develop and having created a completely new project with no additional code in, I can't compile it. I can't compile using Idea either.My error is:&sharperr...

harris by Associate II
  • 504 Views
  • 1 replies
  • 0 kudos

ADC CONTINUOUS conversion Problem.

Posted on February 25, 2016 at 13:10I below code, I am reading ADC counts and sending it over CAN. ADC is working properly for _SINGLE conversion mode.... But it is not working for CONTINUOUS Conversion mode mode.

STM8 LIN driver suit and lingen utility

Posted on February 23, 2016 at 12:22 We are using the LIN Driver suit V 5.1.0 from ST microelectronics. The demo project provided in that is having a lin_basic_demo.ldf and lin_basic_demo.lgn files. I was successfully able to regenerate lin_cfg.c, l...

STM8 PWM output TIM2_CH3 over PD2

Posted on December 10, 2015 at 14:06The original post was too long to process during our migration. Please click on the attachment to read the original post.

franz2 by Associate III
  • 668 Views
  • 3 replies
  • 0 kudos

Problem with the DMA datacounter of stm8l051

Posted on February 18, 2016 at 05:02Hi,I'm using DMA to transfer the data from USART1,The length of the data is varible.So I open the USART IDLE LINE interrupt.I try to set the DMA data counter to zero by using the function ''DMA_SetCurrDataCounter(...

stm8s I2C Communication

Posted on February 12, 2016 at 14:20Hello,I want to use I2C Communication between two stm8s208cb MCUs. I use stm8s standard peripharel library. My code:Master:&sharpinclude ''stm8s.h''&sharpdefine I2C_SPEED 300000&sharpdefine OWN_ADDRESS    0xA0    ...