STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

[BUG] STM8S_StdPeriph_Lib wrong Flag definitions

In STM8S_StdPeriph_Lib V2.3.0 (last version?) in file stm8s_clk.h in CLK_Flag_TypeDefare wrong definedCLK_FLAG_CCOBSY = 0x0504CLK_FLAG_CCORDY = 0x0502it should beCLK_FLAG_CCOBSY = 0x0540CLK_FLAG_CCORDY = 0x0520according to header file definitions#def...

Unexpected error from ST Visual Develop

Hi there!I just want to open those workspace that I created before and find that all of them come with this error. I have not changed anything including path of libraries and workspac. Could someone point out how does this error come out and how to f...

MT.2 by Associate II
  • 707 Views
  • 0 replies
  • 0 kudos

Compiler licence problem ?

Hi,i've installed STVD, download and install Cosmic Compiler for STM8 (free version with unlimited size). I've registered compiler and receive license file. I've forgot copy license file into lincence subfolder in cosmic installation folder. When i'v...

Problem with SPI communication with MAX31855K from STM8S103F3

Hi all,I am trying to read temperature data from MAX31855K over SPI, using STM8S103F3 on a breakout board.Development set up is STVD, STVP and Consmic compiler. And using STM8S Standard Peripheral library.Here is my max31855.h:#ifndef MAX31855_H #def...

Junaid PV by Associate II
  • 2061 Views
  • 4 replies
  • 0 kudos

hello sir i have a problem, with the stm8s208. i use the i2c bus.

hello siri use the i2c bus on a stm8s208.there is just connected 2 pcf8574.the crystal i used is 8Mhz, and a i2c clock divider of 4one pcf8574 is connected to dipswitched , adress is 42the second pcf8574 is connected to led's, adress is 40individualy...

Receive a string 9 chars long through UART1

I would like to receive a string through the UART1, its format is from 000000000 to 999999999, However when I send the string only the first object is read and it is repeated nine times and the other values are lost.I am using this function to read t...

GGhed.1 by Associate II
  • 859 Views
  • 2 replies
  • 0 kudos