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
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
In STM8Ldiscovery kit I have configured GPIOA Pin5 as output PP. I have connected GPIOA Pin5 to GPIOA Pin3 which if i configure as GPIO_Init(GPIOA, GPIO_Pin_3, GPIO_Mode_In_FL_No_IT); then the pulses which I am outputting at GPIOA Pin 5 are read at G...
How can i read/write a STM8S series IC. Please help me.
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...
Does the stm8s003f3p6 have a unique id? There is no mention of it in the data sheet. Thanks,Gene
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...
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...
Hello,does anybody know if the automatic service of Cosmic is working to get STM8 compiler license?Regards,Alessio
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...
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...