User Activity

I would like to have an interrupt every second on my TIM1 I use a STM32F103C8T6Here is my timer init:  static void MX_TIM1_Init(void) {   TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef sMasterConfig;   htim1.Instance = TIM1...
Posted on May 18, 2018 at 07:29 Hello everyone, I want to run 2 rotarty encoders on my STM32F I'm using cubemx. The first one is a 2000 step rotarty encoder like these: https://www.aliexpress.com/item/1pcs-E6B2-CWZ1X-2000P-R-encoder-for-Omron...
Posted on May 01, 2018 at 06:29Good morning,I'm beginner with STM but managed to get working a STM32F103 LCD16x2 using i2CNow, I would like to use i2C but with 20x4 LCD, nothing fancy I modified the library according to what I was thinking correct b...
Posted on March 28, 2018 at 22:42Hi everyone,I use Keil v5.23STM32Cube 4.25I always worked with stdperiph lib and I would like to switch to HALI tried to start a simple project with my STM32F103C8T6 but when I want to compile a project from cube, I ...
Posted on February 28, 2018 at 22:23 Hi everyone, With my STM32F103C8T6 I would like to receive the 2 signals I1 and I2 from the picture below in order to convert to https://community.st.com/tags#/?tags=square%20signal. All the square part is...