STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S interrupts

Posted on August 08, 2012 at 17:37Can someone direct me, a newbe to hardwire interrupts, to a pdf file telling me how to use an interrupt on the stm8s207? I want to run the stm8s continuously and retrieve information by command from and master contr...

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

STM8 code size

Posted on July 25, 2012 at 11:59Hi, I am new here, and new with STM8. I wrote some code and it works fine :). For final production I want use smaller STM8. Where can I find how big is code? I want use a STM with flash memory as small as posible (or ...

sm2 by Associate II
  • 418 Views
  • 1 replies
  • 0 kudos

Problems using STM8S Discovery Board

Posted on August 09, 2012 at 01:13Hi all,I am a total Newbie in STM8s. I recently purchased a STM8SVL Discovery Board and it worked fine. After that I had to develop an Application for my project so I broke the Controller Board, prepare a Hardware a...

DMA memory to memory

Posted on August 09, 2012 at 16:00Dear everybody, Are there exemples of this kind of utilisation? If yes could you send me it on my e-mail: obeltrando@gmail.com Best regards, olivier BELTRANDO #dma-stm8

Counter mode

Posted on August 09, 2012 at 10:44Dear everybody, I'm actually studying how to use STM8. The exercice that i need to do it's to create a copy of a part of memory with the CPU. I have done the copy and it is successful. After doing that, i need to c...

TIM2 input capture - what is wrong with my init

Posted on August 07, 2012 at 22:02 I have an embedded system built around a STM8S105 which, among other things, must measure the frequency of a pulsed input. The pulses are coming in on pin 29 (PD4/TIM2 CH1) anywhere from 0 to about 1200 pulses ...

Unexpected RTC Calibration changes

Posted on July 23, 2012 at 10:38Hi All,I'm using STM8L and trying to compensate the RTC in terms of the temperature changes. But the calibration value doesnt effect as the written on the Application Notes and Reference Manual. For example, when I si...

konay61 by Associate II
  • 1593 Views
  • 12 replies
  • 0 kudos

stm8S003 constants at a fixed memory address

Posted on July 27, 2012 at 14:00HelloI'm trying place constants at fixed memory address according to this link http://www.cosmic-software.com/faq/faq3.phpMy code is:#pragma section const {sver}const uint8_t SV_HIGH=1; const uint8_t SV_MID=2; const u...

janusz2 by Associate
  • 790 Views
  • 4 replies
  • 0 kudos

stm8s105c6 i2c problem

Posted on July 25, 2012 at 16:49I used pe1 and pe2 pin for i2c but this pins not work normally now. i make high pe1 and pe2 but this pins always low but pe0 and pe3 can be high. how do i connect this pins for i2c? 

assert & Str2Int

Posted on August 01, 2012 at 16:21I am trying to use assert () to check amd make sure that my input is an integer.  I assign char choice[15]; u32 a; u8 n;  then I write n=Str2Int (*choice, *a); and it don't work, error bad argument type.   If I chan...

carnett1 by Associate II
  • 298 Views
  • 0 replies
  • 0 kudos