STM8 MCUs

Discuss STM8 microcontrollers, including SWIM, USART configurations, RTC usage, ADC issues, and debugging.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is it possible soft reset to 0x6000 bootloader?

Is it possible soft reset to 0x6000 bootloader?without control reset pin I try these codes doesn't work: FLASH_Unlock(FLASH_MemType_Data);FLASH_ProgramOptionByte(0x480B, 0x55);FLASH_ProgramOptionByte(0x480C, 0xaa);FLASH_Lock(FLASH_MemType_Data);#asmL...

chenxuuu by Associate
  • 837 Views
  • 0 replies
  • 0 kudos

Dali 2 library.

Hello everyone,Does ST has Dali 2 library available for his customers?Best RegardsKarol

STM8S001J3 assembler

Hi. I'm writing assembler code for the STM8S001j3. The data sheet recommends setting ports E5 & F4 to lo for power useage & EMC reasons. However the .asm & .inc files called up do not define ports E or F. The same goes for the peripheral enable  regi...

johnbe by Associate II
  • 1210 Views
  • 4 replies
  • 0 kudos

soft reset for stm8s003f3

hi,i am developing a code, i want to soft reset the micro using instructions in cosmic C compiler. can any one help? 

ahp by Associate
  • 1089 Views
  • 2 replies
  • 0 kudos

STM8S103F3 programming error while using STVP

Hi All,This is my first post here and also my first interaction with ST micro devicesI'm truing to flash a .hex file into an STM8S103F3 using ST LINK V2 and STVP but I cannot connect to the device. I'm using a 5V external supply connected to the VDD ...

IMG_4109.JPG IMG_4110.JPG Capture.PNG

STM8S103F3 and OLED 128x32

Please I have mini board with processor STM8S103F3 and I need use I2C communication for OLED 128x32 panel SSD1306. Is there examples for ARDUINO IDE or STV Developer and Cosmic.Thank you very muchZdenek

Zdenek by Associate
  • 2692 Views
  • 2 replies
  • 0 kudos

two stm8s105c6t6 master and slave

Hi! i have two stm8105c6t6 , i want use one to master and other to slave, two pcb board are connect using 10k pull up resistor in the SDA/SCL line.  i am using the example AN3281 stm, but my microcontroller not have tim4, i change the tim4 to tim3 bu...

jdo by Associate II
  • 857 Views
  • 1 replies
  • 0 kudos

Quarry About STM8S Programing Erase

Hello everyone,I am Prashant . I try to program STM8S001 microcontroller once I flash the code of UART and I initialize TX pin 8(PORT PD5) or 5(PORT PA3) after that i am trying to flash code again in controller but it's giving me SWIM Communication E...

Prashant911318_0-1695728343746.png