User Activity

I am using STM32F103C8 Blue Pill Board. I am trying to communicate with ATH20 Temperature & Humidity sensor from past One week. Configured STM32F103 Blue Pill - System Clock As (8mHz * PLL8 )= 64mHz and APB1 as 32mHz.I have Trouble wit START bit, Whe...
STM32F103 SPI Communication with LSM6DSLTR Sensor. not getting data from sensor.Please go through my code and suggest me if any changes required in program#include "main.h" #include "timer.h" #include "uart.h" #include "gpio.h" #include "spi.h"   vo...
I am using STM32F103C8 MCU and Trying to communicate with Quectel EC200U-CN 4G module and i am not getting data through UART2 Receive pin. Please go through my code and suggest mevoid USART2_IRQHandler(void){ if ((USART2->SR & USART_SR_RXNE) != RESE...
Kudos from