Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is I2C FREQR register used for?

Hi =) I am using a STM8L151 but I am pretty sure this is the same for any STM8 with i2c.The register I2C_FREQR is described in:page 507 of the RM0031: https://www.st.com/resource/en/reference_manual/cd00218714-stm8l050j3-stm8l051f3-stm8l052c6-stm8l05...

0693W000006FQDFQA4.png 0693W000006FQDUQA4.png
SLasn.1 by Senior
  • 901 Views
  • 2 replies
  • 0 kudos

STM8L Timer Initiation problem

Hello,I am new to ST processors. Here is the issue:I am trying to setup Timer 3 for interrupt, Code: TIM3_DeInit(); CLK_PeripheralClockConfig(CLK_PCKENR1_TIM3, ENABLE); TIM3_TimeBaseInit(TIM3_Prescaler_64, TIM3_CounterMode_Down, 2500);    TIM3_Set...

TXu.2 by Associate
  • 1114 Views
  • 1 replies
  • 0 kudos