User Activity

Hi,I want to check smart battery detecting or not in stm32, I am using smart battery as RRC3570 with LTC4015 through I2C.Please help me how to implement the code for this.Thanks in advance.
How to implement LTC4015 with Stm32L072 MCU, I want to charge the battery through LTC4015 using I2C. Can you please suggest me how to use this in stm32 microcontroller. 
Hi,I am working on stm32f051c8t6tr microcontroller, from this I want to read some sensor data with UART1 and same data I want to transmit to another UART. Can you please suggest some example code related to my task. I am new to this controller.I have...
I working on stm32 microcontroller, I want to generate the pwm signal for stm32f051c8t6tr mcu. I have assigned my prescalar as 48-1 and counter period is 1000-1 in order to generate 10KHz frequency.My code is TIM1->CCR1=50;HAL_TIM_PWM_Start(&htim1,TI...