STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM8S example interrupt code

Hi,I'm new with the STM8S003F3 MCU.There is push bottom that connected to PD6.How the interrupt should be define?I'm using IARthanks

IHazi.1 by Associate
  • 764 Views
  • 2 replies
  • 0 kudos

Resolved! #error cpstm8 FlexLM System clock has been set back

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...

randomguy by Associate II
  • 1087 Views
  • 3 replies
  • 0 kudos

[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...