STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Issues when programming STM8 using STVP on Windows 11

I have a Windows 11 machine with the ST toolset (including STVP) installed on it.  I have an ST-LINK V3 connected and the drivers are installed correctly (the device is working correctly reported by Device Manager).  I'm using:board_name = ST-LINKpor...

Resolved! stm8s003f3p6 unique id

Does the stm8s003f3p6  have a unique id? There is no mention of it in the data sheet. Thanks,Gene

gtoner by Associate
  • 412 Views
  • 1 replies
  • 0 kudos

Firmware Problem

Hello,I am somewhat new to the STM environment, but I started because I have a project where I need to implement CAN, and I happened to come across an STM8 discovery kit. This comes with an ST-Link integrated with an STM32, but I have tried to progra...

imagen_2024-10-18_013749809.png 5f45be28-5999-4340-a83f-73addd443a55.png
KalebG13 by Associate
  • 349 Views
  • 2 replies
  • 2 kudos

Resolved! BSET BRES with dynamic position

Hello, I'm successfully using BSET and BRES assembler instructions where the position is constant. However, I'm having trouble getting it to work where the position is determined at runtime.For example: bset 0x500f, 2 ; works ldw x, (0x03, sp) bset 0...

Resolved! Terminate and restart a task ?

Posted on April 03, 2018 at 11:08We have project in which FreeRTOS code is generated using CubeMx.   I see syntax is little different from documentation on FreeRTOS site. How can I terminate and restart a particular task?Main objective is  Terminat...

Resolved! STM8 RRCW instruction incorrect results

Greetings, I'm attempting to use the RRCW (Rotate Word Right Logical through Carry) instruction (op code 56), but it is giving unexpected results on bit 15.The documentation on PM0044 (pg 138/162) says: "Bit 15 of the result is a copy of the CC.C bit...