STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Starting STM8L152 Discovery Board project

I am new to ST digital products and am working on getting the STM8L Discovery running for coding and debugging before a new serious project begins. My question is how to identify and connect the needed resources for this MPU, etc. Like, how to talk t...

IC_DOC by Associate II
  • 2285 Views
  • 7 replies
  • 0 kudos

STM8L052R8 Watchdog Timer Issue

I have configured the watchdog for the maximum duration possible, i.e, 1.7 sec. void watchdog_init(void){CLK_ICKCR |= CLK_ICKR_LSION;IWDG_KR = 0x55; IWDG_PR = 6; IWDG_RLR = 0xFF;IWDG_KR = 0xCC; }But it seems to be resetting in around 26 - 28 ms. I ha...

LIS3DH Auxiliary ADC using STM8 is giving constant value

HiI am working on a project where we are reading the battery level on the ADC1 of LIS3DH. This value I need to read using STM8L051F3P. I am using SDCC compiler. I am able to read the WHO_AM_I register. I am also able to set the accelerometer threshol...

SDhare by Associate
  • 1699 Views
  • 4 replies
  • 0 kudos

Error:1935 Microsoft C++ 2005 redistributable (x64)

Dear Sir, We are trying to install the STVP-STM8 and are facing error:1935 Microsoft C++ 2005 redistributable (x64).Unable to install STVP-STM8 in the system. Operating System details:Window 11 Pro, 64 Bit Can anyone help us to resolve this error?

SSAvani by Associate
  • 162 Views
  • 1 replies
  • 0 kudos

decode RF433 controls

Olá, estou usando o STM8S003 e preciso decodificar controles com o código de salto do protocolo. Alguém pode me ajudar? Obrigado!

Debugging STM8AF series processor

I got an ECU from an manufacturer, I was very interested in extracting the firmware from the ECU .They have used STM8AF controller , Open-OCD doesn't have support for the controller. Please reply I you guys have any idea about debugging the controlle...

Lipson by Associate
  • 201 Views
  • 1 replies
  • 2 kudos

Resolved! STM8S208 SPI

Hello, I'm using STM8S208 to receive 16 bit data in SPI slave. The SPI_DR is 8 bits. The master FPGA is sending 16 bits data, otherwise don't have enough luts.Is there anyway to solve this?

QIN_123 by Associate
  • 528 Views
  • 2 replies
  • 0 kudos

STM8 application crashes after adding some unused functions

We are building code for our STM8S208RB (using SDCC), and we have noticed some behaviour we can't explain.We first observed that our program suddenly stopped working after we included a new file that contained some functions, but none of those were a...

mvq by Associate
  • 257 Views
  • 0 replies
  • 0 kudos