STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM8 SWIM not working after firmware upgrade

I am using my stlink (chinese clone) from last one year for STM8. It was working fine till last week. But when I upgraded its Firmware( to version- 2J37S7) from CUBEIDE then it started misfunctioning for STM8 . Only sometimes it is detected by ST vis...

0693W00000BZn0dQAD.png

i2c slave issue

i2c issuei am using stm8s207m8t6 controller i need 30 slaves and master master side code ok but issue in slave when initilize i2cI2C_Init(300000, 0X30, I2C_DUTYCYCLE_2, I2C_ACK_CURR, I2C_ADDMODE_7BIT, 16);if use 0x30 slave address slave respond. if c...

gm.1 by Associate
  • 380 Views
  • 0 replies
  • 1 kudos

STM8L Touch Sensing Problem

Hello everyone,I have a problem with touch sensing on STM8L151K4, It is impossibe to increase number of touch key to 10.I have to put each key in a bank for it to work. ie my project needs 8 touch keys and consumes 8 banks.I tried my best to put mult...

Pvu.1 by Associate
  • 340 Views
  • 0 replies
  • 0 kudos

Pins on STM8S001J3 no ouput...

I tried this code on STM8S001J3 with 8 pins:/* MAIN.C file * * Copyright (c) 2002-2005 STMicroelectronics */ //#include “stm8s.h�?   /*main() { while (1); } */   #include "STM8S.h" void clock_setup(void); void GPIO_setup(void); void TIM1_setu...

MQi.1 by Senior II
  • 561 Views
  • 3 replies
  • 0 kudos

I am trying to implement simple spi communication between 2 stm8s. Sending 0x04( address of pin2) and passing the received data as argument to GPIO high .Slave code is txe is not becoming 1 and program stuck there.

I am trying to implement simple spi communication between 2 stm8s. Sending 0x04( address of pin2) and passing the received data as argument to GPIO high function so that LED connected at PORT D PIN 2 will glow. Master code is working properly, degugg...

Upate.1 by Associate II
  • 1054 Views
  • 4 replies
  • 0 kudos