STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STVD weird behavior and debug context crash

After many years without problems, now my STVD is acting weird.It shows different behaviors running as user and adminAs user:The Open Workspace file selector pup-up file type is set to show only .exe files (it should be .stw files)When I start debugg...

gabs by Visitor
  • 48 Views
  • 0 replies
  • 0 kudos

STM8S001J3 Locked After Configuring SWIM Pin as GPIO

Hello STM Community,I am working with the STM8S001J3 microcontroller and facing an issue with configuring the SWIM pin (PD1) as a GPIO for LED control. Here is the problem:When I configure the SWIM pin as a GPIO, the MCU gets locked, and I am unable ...

STM8 Manual Clock Switching Bug

Hi,I guess there is a bug in manual clock switching (file: stm8s_clk.c function:CLK_ClockSwitchConfig:( /* Wait until the target clock source is ready */ while((((CLK->SWCR & CLK_SWCR_SWIF) != 0 ) && (DownCounter != 0))) { DownCounter--; }Mus...

Resolved! stm8l uart1 works but uart2 doesn't work

Dear all,I'm now using stm8l15x to send 8 bits data with both UART1 & UART2. UART1 works fine & can communicate with my PC for both TX & RX via both polling & interrupt mode. But UART2 doesn't work. It doesn't output any waveform (always 1) with or w...

SSin.1 by Associate II
  • 389 Views
  • 7 replies
  • 4 kudos

STM8s i2c

Posted on February 18, 2017 at 11:46Hello, i can't get my stm8s105c6t6 i2c to work. Hopefully anybody has an idea what i'm diong wrong. i'm pleased for any imput i can get. here some changed code which doesn't do anything but i just try to measure a...

Stm8s bluetooth using HC-05

Please guide me in how to interface HC-05 with stm8s0003f board , and clear the input and output buffer . Documentation or examples will be helpful