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 Touch Sensing Library v2.3.1 & Raisonance tools

Posted on March 15, 2011 at 07:03I am trying out the new STM8S TSL v2.3.1 and it failed to compile the library source files.It fail on all the TSL source files with error message as below (same for other files). What can I do to resolve the issue?Us...

kfleong by Associate II
  • 573 Views
  • 2 replies
  • 0 kudos

beeper again

Posted on November 12, 2010 at 20:36I am suing hyperterminal.c and beep.co and I set AFR7 to alternate = beep.  The problem is when I turn the beeper on at 2Khz I do not get anything on PD4.  Should I  deinitialize Timer 2?  I tried but there is no ...

carnett1 by Associate II
  • 335 Views
  • 1 replies
  • 0 kudos

Power consumption of STM8s Discovery

Posted on March 10, 2011 at 08:58Hello together, yesterday I separated the ST-LINK module from the STM8S105C6T6 module of my STM8s discovery. Afterwards I measured the power consumption and unfortunately it was much higher than expected. At a voltag...

master by Associate II
  • 568 Views
  • 2 replies
  • 0 kudos

longer watchdog reset time

Posted on March 09, 2011 at 11:23Hello together, I'm creating an application, which communicates with a mobile phone over UART. Sometimes an error appears and the answer of the mobile phone doesn't reach the MCU. So the MCU is stuck in a loop. ( whi...

master by Associate II
  • 397 Views
  • 0 replies
  • 0 kudos

Linux support

Posted on March 06, 2010 at 02:36What a pity. If it would support Linux, I could actually use it, now that I have mine - but it seems like Arduino is the way to go. Another piece of good hardware wasted due to crappy software support...

herzog by Associate
  • 442 Views
  • 2 replies
  • 0 kudos

Error in obsend command in make file - Visual Develop

Posted on December 23, 2010 at 16:48Holiday greetings! I am attempting to build an 'ST Assembler Linker' project using ST Visual Develop 4.2.0.  Build process seems to work until the obsend step.  See build output below: ----------- Project coloreff...

chuck23 by Associate
  • 518 Views
  • 1 replies
  • 0 kudos

STM8L152C...

Posted on March 04, 2011 at 16:10STM8L152C...

normand by Associate II
  • 407 Views
  • 0 replies
  • 0 kudos

HELP !Smooth switching

Posted on March 03, 2011 at 18:05to be migrated, sourceId: 322:3CD8854D-159D-489F-B213-6CF060189C1E #help.

dhjoco by Associate
  • 374 Views
  • 0 replies
  • 0 kudos

Not coming out of Interrupt routine

Posted on March 02, 2011 at 11:48 I am using the following code for master and slave handling. When I send data from master to slave without using the interrupt routine below(by disabling intterupts) it works fine. BUT when I use interrupt routine i...