Hi,I am using STVD to debug program for stm8s105c6 MCU. Here am able to compile code properly, and using cosmic compiler.I am getting error for Inline, and also prototype missing, semicolon missing, invalid constant expression, etc. errors are comin...
I am trying to use gsm module with stm32 to send sms. Which gsm library should I use?
Hello,I have to program STM8 device under Raspberry Pi OS. But I can't find any support page explaining how to use ST-Ling under RPI linux. Device is STM8S007C8T6 .It is not necessary that I have to use ST-Link, I only have to connect to and prog...
Please contact ST chip officials.Are there any plans to make STM8 series chips possible in STM32cubeide?
Hiii guys, i am using stm8s003f3.i configure it according to datasheet and it work almost fine,but problem is, it is generating random voltage when there is no input is connected and because of this input fluctuation getting unwanted output.how to ma...
I have STM8L152R8 Nucleo board. I have debugged LED Blinking code on STVD.Now I am trying to run the new example on this board. but USART example is not running on the board. I am not getting any output on the serial terminal.I have tried every exam...
Hello , I want to ask about creating own workspace and project in ST visual develop .I have STM8L152R8 Nucleo board and I have debugged the LED Blinking code using STM8L peripheral library template , But i need to develop my own project without...
Hi all, I'm new to developing with the STM8 and noticed that the dlstm8smn.a library is taking up nearly 1kB of flash in my project. I'm wondering if someone could help demystify what all these object files are doing and where I could potentially opt...
I have posted already that I am using STM8152R8 nucleo board I have downloaded cosmic c compiler and it's license file too. I have also downloaded the STM8L library (en.stsw-stm8016) from the ST website. I have included the source files and include...