STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Desoldering the sockets

Posted on August 28, 2010 at 12:18I'd like to make the board more useful by desoldering the header plugs on the board and replacing them with sockets I can plug wires directly into. I've tried using braid and my solder sucker but neither is working...

Visual Basic always return ''0''

Posted on September 20, 2010 at 13:45Hello, I'm using VB6.0 and STVP C++. C++ is no problem. But, there is some problem of VB. Always return ''0''. Our main program is only VB. not C++. Please let me know the solution of this problem.

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