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

STM8S208MB Touch Sense Library

Posted on July 11, 2017 at 10:52Hi All,I am using STM8S208MBT6B MCU and the STM8S Touch Sense Library. The Touch Sense Library use TIM3 for VIH/VIL measurement and TIM4 as a generic timebase for the state machine. When I try to use TIM1 to generate ...

Gary Ho by Associate
  • 845 Views
  • 0 replies
  • 0 kudos

STM8S TIM1 PWM2 not working

Posted on June 25, 2016 at 05:22Hi all. please help me. I program my code in IAR embeded, I built no error, no warning, but it not working. this is my code in main.c :#include ''main.h''void main(void){  CLK_HSICmd(ENABLE);  CLK_SYSCLKConfig(CLK_PRE...

LCD with stm8

Posted on June 28, 2017 at 07:09I'm trying to interface a lcd with the stm8. My code is as follows:(I'm using the 16 MHz internal clock)# include 'stm8l.h'# include 'stm8s.h'void lcdinit(void){     LCD_CR1 = 0x06;     LCD_CR2 = 0xEE;     LCD_FRQ = 0...

problems with ISP1763a

Posted on July 06, 2017 at 10:10   During development of a driver for ISP1763a usb device (gadget) under Linux OS, I had some difficulties, which I hope you will help us solve. The driver ISP1763a works on the NOR interface in asynchronous multiplex...

L9101 IC

Posted on July 02, 2017 at 15:18Where can I find documentation about ST L9101 chip? I found this part in motorcycle ECU. I have to check it. 

MariuszG by Associate II
  • 1358 Views
  • 1 replies
  • 0 kudos