i'm trying to build a project and appers the message below.i already checked the files date, reinstalled, cleaned registry.don't know what else to do..How can I fix that?! ----------- Project miami - STM8 Cosmic - Configuration Debug -------------Re...
I used STM32 version of Cube MX and it was able to generated (a bit boated) peripheral and clock configuration code. I expected same from STM8Cube but it generates only a nonsense reports (which could be also created manually). While this tool is use...
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...
Can we have STM8 MCUs without the Thermal and Static Protection and make arrangements for the Black Dot ( as seen on Calculators ) for our Product's Board. Are there any other Solutions available ?
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...
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...
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...