STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Another problem with the problematic STM8L050J3

Hi there,I have made changes to the firmware and , via ST-Link V2, I would like to reprogram an STM8L050J3, which I had previously programmed with the Active Halt function enabled, but SVP does not allow it and responds with this message as the attac...

Resolved! No output from TIM2 in compare mode on STM8L101F3

I am trying to get a pulse out of TIM2 in compare mode but I see no output. Here is my snippet of code:#include "iostm8l101f3.h" void main( void ) { CLK_CKDIVR = 0x01; // 8MHz PA_CR1 = 0xFF; // all pullups PB_DDR = 0x01; // 0000 0001...

AMacd.1 by Associate III
  • 1011 Views
  • 1 replies
  • 0 kudos

CLK_AdjustHSICalibrationValue, STVD Error

Hello,I am developing a project with STM8L050J3 microcontroller using Evaluation Board STM8-S08-DISCO and STVD version 4.3.12.I need to calibrate the internal HSI oscillator, but for some reason that I have not been able to identify, although I compi...

Resolved! Unable to write to TIM2 Registers

I have this little project for the STM8L101F3 that just writes an arbitrary value to TIM2_CCR1H and TIM2_CCR1L and then tries to start the timer but I get nothing from the timer output.If I run the project with a debugger and inspect the contents of ...

AMacd.1 by Associate III
  • 1920 Views
  • 8 replies
  • 0 kudos

Resolved! How to decode QFN20 marking ?

Hello, there is posibility we mixed STM8L101F3 vs F3U. There is marking L1S3 on the top, but I can't find any information/table of these markings. Is is possible to have it ?

How to adjust stm8s timer settings

Hello, I am using the Stm8s003f3p6 processor. I want to create 1 microsecond time on processor. I tried TIM1 and TIM4 peripherals for this. I gave the values of 2, 4 and 8 respectively as Presecaler values. Again, I gave 7, 3 and 1 values as periods,...

Myk by Associate
  • 1105 Views
  • 2 replies
  • 0 kudos