STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM1 Complementary Signals

Posted on January 17, 2014 at 19:41Hi, I would like to know if someone had been capable to use  the complementary outputs of timer 1, I found  an example in the standard peripheral library called TIM1_ComplementarySignals_DeadTime_Break_LockI flashe...

aaron2 by Associate
  • 399 Views
  • 1 replies
  • 0 kudos

STM8L: Need to use active halt mode

Posted on June 06, 2014 at 23:00I'm having trouble getting active halt mode to work on an STM8L.  I can get it to wake up from a halt condition using an external interrupt. However, when I try to do the same thing using the real-time clock, it doesn...

dvelasco by Associate II
  • 349 Views
  • 0 replies
  • 0 kudos

AWU Example

Posted on May 26, 2014 at 20:53Hi,i´m having some problem with my code. I can´t use AWU.Can anybody send me an example?

bruno2 by Associate
  • 570 Views
  • 2 replies
  • 0 kudos

M24LR discovery Linker error

Posted on March 11, 2014 at 18:09Hello, I am having an error message when I build my codes using the ''release'' mode in order to generate the .s19 file before programming my MCU. Running Linkerclnk -lC:\Lib  -o Release\discover.sm8 Release\discover...

roddyrpg by Associate
  • 404 Views
  • 1 replies
  • 0 kudos

read the stack content of stm8l152

Posted on June 06, 2014 at 09:19 Hi, I've got a problem of using stm8lThe stack content could be successfully read out via SP when i use simulator debugging, andit failed wheni switch tohardwareonline debugging with ast-link. Here is code: ...

DAC parasitic pull-up?

Posted on June 03, 2014 at 20:52I have working code for DAC testing, and it works fine on STM8L152C6 (Discovery board), but meet some problems with STM8L152K6. It works about as expected, excepting output has permanent additional value 0.88V. I trie...

igor by Associate II
  • 785 Views
  • 1 replies
  • 0 kudos

Cosmic Linker - absolute memory address problem

Posted on May 29, 2014 at 12:17Hello, I'm using Cosmic STM8 32K Special Edition Free license v. 4.3.11 under STVD IDE. MCU: STM8L151 I'm trying to place 4 bytes with specific values into absolute memory address. I found in manual and even on cosmic ...

bogusz by Associate II
  • 567 Views
  • 2 replies
  • 0 kudos

STVP use for more than serial number string

Posted on May 28, 2014 at 00:36We use STVP (v3.3.1) for programming parts.  I'm in the process of adding the Serial Number, using that feature in STVP.  But we have a number of stations, and so each has unique identifying information.  For example,...

mike23 by Associate II
  • 625 Views
  • 3 replies
  • 0 kudos

Stm8s touch sensing

Posted on May 28, 2014 at 12:58Hello am making control panel using stm8s105 controller and springs electrodes. Everything works fine but some times device become extra sensitive and  all touch buttons making switch on in a random way without any con...