STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

.text size overflow (1581) - cosmic

Posted on August 29, 2011 at 15:26 Hi Everybody, I have some problem with my linker, and I don't know how to fix it. Can somebody help?? I'm new to this. Running Linker clnk -l''C:\Program Files (x86)\STMicroelectronics\STM8S_StdPeriph_Lib_V2.0...

Reset keeps occuring after program started.

Posted on May 20, 2012 at 09:43Hi, I have just received my discovery board and started to port my code over it but encountered the following problem : if I put a breakpoint at the entry point (first line of code of ''main'' function), I noticed that...

laxer3a by Associate
  • 365 Views
  • 2 replies
  • 0 kudos

STM8S_Discovery Debug problem

Posted on May 26, 2012 at 05:18When I want to debug the discovery board (I use WIN7 Systerm) at IAR some errors occured . It's reported like the picture: I need some help !! #stm8s_discovery-debug-problem

Alternate function remapping, OPT bytes, and PWM2

Posted on May 24, 2012 at 16:39 Hi again, i'm trying to set a pin to an alternate remapping pin, exactly i'm using TIM2 with PWM and i want channels in D2, D3 and D4. I have tried with this: #define OPT2 0x4803 FLASH_Unlock (FLASH_ME...

pedro23 by Senior
  • 449 Views
  • 2 replies
  • 0 kudos

STVD 3.1 errors and problems

Posted on May 24, 2012 at 16:28I'm having some problems with it. The problem is that randomly it starts to fail when you try to save any file (project, .c , . h files, etc). It happened to me 3 times already in the few days that i'm using it. One of...

pedro23 by Senior
  • 227 Views
  • 0 replies
  • 0 kudos

Passing -CP to the raisonance linker in STVD

Posted on May 23, 2012 at 16:11The linker is not case sensitive unless the -C flag is used on the command line Does anyone know how to pass this flag from within ST Visual Develop?  I can't just add -C as a user flag as STVD already passes -P and to...

Capacitive Proximity Sensor

Posted on May 18, 2012 at 14:22Hello, I need to built a capacitive proximity sensor with a range of at least 3''. What is the best sensor/controller that you advise me to use? I have been reading some things about STM8T143, but it's not easy to buy ...

paulo by Associate
  • 360 Views
  • 1 replies
  • 0 kudos

UART3 in STM8S207 with HSE

Posted on January 09, 2012 at 10:54 Please help me about I use STM8S207 for HSI : I use UART3. I can be control it normally. with follow code --> UART3_DeInit(); UART3_Init((u32)9600, UART3_WORDLENGTH_8D, UART3_STOPBITS_1,UAR...

Timer 1 Channel 1 Output compare mode: pin out doesn't work!

Posted on May 17, 2012 at 15:16Hi guys, I'm using STM8S207S6 44 pin microcontroller. I need to use TIMER 1Channel 1 in output compare mode with pin output enable but pin doesn't work. Iinitialize pin in output mode and TIMER 1 Channel 1 with ST driv...