STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S Discovery firmware - LCD display pinout

Posted on September 15, 2010 at 22:16Hello I'm trying to connect LCD display (WH1601A) to the demo board and use firmware SPI module and SPI_SimplexLCD example as base of my code. But I can't see which PINs (ports) I should use to connect LCD displa...

want to connect lcd to STM8S Discovery

Posted on September 01, 2010 at 14:37hi guys, recently i bought discovery and i want to connect lcd to this board. can anybody please tell me how to do that. I think code is available in examples, but i am not sure to which port lcd should be connec...

rajendra by Associate II
  • 860 Views
  • 5 replies
  • 0 kudos

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
  • 391 Views
  • 1 replies
  • 0 kudos