STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Flash Loader Demonstrator + STM8S105

Posted on June 01, 2012 at 13:18Hi, I'm trying to evaluate the use of the ''Flash Loader Demonstrator'' together with a STM8S105 (''STM8S_Discovery'' Eval Board). I attached a MAX232 board to communicate via RS232 (PC) with the UART2. All of this wo...

rpinyol by Associate
  • 648 Views
  • 0 replies
  • 0 kudos

Libraries and multi-CPU projects

Posted on May 30, 2012 at 10:27 Another problem, and it is the 4th that i found in few days. STM8 libraries doesnt support a project with multiples devices, I was able to fix it just including at the beginning of each .c file something l...

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

.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
  • 441 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
  • 505 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
  • 255 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...