Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error in complier stage

Posted on September 09, 2014 at 15:19Dear sir,    I am starting to study STM8S and build a simple code. But after complier, it show '' &sharperror cpstm8 stm8s103.h:600(0+6) missing ; main.c:  The command: ''cxstm8 +debug -pxp -no -l +mods0 -pp -i''...

How to use the UART on the STM8A-DISCOVERY?

Posted on December 25, 2015 at 21:38I want to use the UART on the STM8A-DISCOVERY boards. However, AFAIK, the STM8A RX and TX pins are not connected to any header on the boards. There are open solder bridges connecting them to the ST-Link/v2 interfa...

tim4 not work with STM8S103K3

Posted on January 07, 2016 at 16:04Hello:I'm write code from STM8S105C4T6 using tim4 basic timer, the code is store  in INTERRUPT_HANDLER routine, anythings work.I'm change to use  STM8S103K3T6C (smallest) , the interrupt routine don't fire,I change...

ekpol by Associate II
  • 1507 Views
  • 2 replies
  • 0 kudos

STM8S SelfTest

Posted on January 07, 2016 at 14:46The original post was too long to process during our migration. Please click on the attachment to read the original post.

silvio2 by Associate
  • 696 Views
  • 0 replies
  • 0 kudos

Using Virtual Com port driver on Win7 32/64 bits

Posted on December 05, 2012 at 20:31I am trying to use driver for MCBSTR9.inf thats working well on WinXP for a virtual com solutions, but in win7 i had many problems with the connection and could not send commands to microcontroller or receive from...

rafael by Associate
  • 1471 Views
  • 2 replies
  • 0 kudos

If Statement and Operands on STM8L

Posted on December 30, 2014 at 03:12Would someone assist with the logic of my 4 stage if-statement.  It basically performs one of four groups depending upon how 2 dip switches are set.  The problem is that no matter how I set the 2 dip switches it a...