STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIO problem

Posted on August 30, 2010 at 14:38Hello! I have STM8S-Discovery, STVD+Cosmic_32K. I write:  #include ''stm8s.h'' main() {  GPIO_DeInit(GPIOD);  GPIO_Init(GPIOD, GPIO_PIN_0, GPIO_MODE_OUT_PP_LOW_FAST);  TIM3_DeInit();  TIM3_TimeBaseInit(TIM3_PRESCA...

mmaana by Associate II
  • 432 Views
  • 1 replies
  • 0 kudos

Discovery vs ST-LINK

Posted on August 03, 2010 at 08:19 Hello. I've read on another forum that the Discovery board has the incomplete version of ST-LINK that can program only s105c6 and nothing else via SWIM. Please confirm or deny this information. Can Di...

anickol by Associate II
  • 428 Views
  • 1 replies
  • 0 kudos

Uart 2

Posted on June 03, 2010 at 11:55Hi there, I spent the entire day yesterday trying yet again to get the sample code (UM0884) to compile. For some reason I am struggling to understand the code that has been written as a worked example, there seems to ...