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

STM8L Discovery basic GPIO Interrupt

Posted on February 11, 2015 at 19:38 Hey, I've buyed the STM8L-Discovery board because it seems to be interesting. I've started reading manual and want to build an simple application: a string is be displayed on the lcd and I want to s...

flol2204 by Associate
  • 2406 Views
  • 2 replies
  • 0 kudos

STM8 STVD coding help needed

Posted on May 27, 2015 at 14:04hello again, how to do bit handling in STVD for STM8s for ex i want to set PA1 = 0 or CEN = 1, enable timer1. i dont see any header file supporting the same. please give me some examples.thank you #bit-handling #stm...

kumaresh by Associate II
  • 1311 Views
  • 1 replies
  • 0 kudos

ST8 STVD simulator help needed

Posted on May 27, 2015 at 11:21hello, i am trying to understand how plotter works on STVD simulator. when i go in simulation mode and Select 'View>I/O Stimulation' , i dont see any pin name like PA1 or PD1 etc and i can only see RESET, IRQ1 to IRQ29...

kumaresh by Associate II
  • 1267 Views
  • 1 replies
  • 0 kudos

I2C Slave

Posted on May 17, 2015 at 21:28I've been trying to work out how to make the STM8S act as an I2C slave and to be honest I'm failing.  I think I've set everything up according to the reference manual but for some reason I'm not getting the expected in...

Nevyn by Associate II
  • 3677 Views
  • 3 replies
  • 0 kudos

STM8S003F3 Timer Issue

Posted on May 20, 2015 at 23:52Hey guys, I recently wrote some code to turn on Timer1 channels 1-3 and Timer2 channel 1 as PWMs to pulse a few LEDs. This code was originally written for the STM8S003K3, but I am now trying to switch over to an STM8S0...

cfleck by Associate II
  • 874 Views
  • 0 replies
  • 0 kudos

STM8L MCU interface to ST-LINK/V2 programmer

Posted on April 30, 2015 at 01:32First time using an STM8L MCU.  I am drawing a schematic and I am not sure if my programming connector is wired right.  I will use an ST-LINK/V2 programmer.  Do I simply connect the 4-pin connector as shown below?  P...

0690X00000602m6QAA.jpg
jmm385 by Associate
  • 1469 Views
  • 2 replies
  • 0 kudos

Viper28 voltage drop under load

Posted on May 07, 2015 at 19:14Hello I built a SMPS using the eDesignSuite. It is based on a Viper28, and was designed to output 15V 750mA from 80-265V AC. I wound my own transformer based on the specs from the design. Under no load the output is 14...

aquamoon by Associate
  • 3086 Views
  • 1 replies
  • 0 kudos

STM8S003k3 TIM1 PWM problem

Posted on May 08, 2015 at 15:44Hello every one. I have a workable code of pwm on STM8S105K4T6 and now I paste it in STM8S003k3 fnd it won't work.&sharpdefine CCR1_Val  ((u16)2047) // Configure channel 1 Pulse Width Blue&sharpdefine CCR2_Val  ((u16)2...