STM8 MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Timer 1 overflow interrupt not triggered

Hello,I stated using the STM8f003 uC.For simple start I want to implement a flashing LED using the TIMER1 overflow interruptof the core. The code does compile and can be flash without problems.Sadly the LED never lights up -> the interrupt is not eve...

MGehr.1 by Associate
  • 889 Views
  • 1 replies
  • 0 kudos

Resolved! the code from st example

I2C_Cmd(sEE_I2C, ENABLE); /* sEE_I2C configuration after enabling it */ I2C_Init(sEE_I2C, I2C_SPEED, I2C_SLAVE_ADDRESS7, I2C_Mode_I2C, I2C_DutyCycle_2, I2C_Ack_Enable, I2C_AcknowledgedAddress_7bit);do the init order have some problem? ...

STM8S103K3T6 supply

Hello,​I'm designing a new board with a STM8 CPU.Before, I'm doing a several previous tests.​I want to supply with 3.3V the MCU but I found that it works very well with 5V but in the other hand with 3.3V it doesn't work.​I checked VCAP voltage, while...