User Activity

Hi, I'm using stm32f030cct6 and control the sx1276.​I configured SPI1 like that​void SPI1_Init(void){ SPI_InitTypeDef SPI_InitStructure; GPIO_InitTypeDef GPIO_InitStructure;​ RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA | RCC_AHBPeriph_GPIOB, ENABLE); R...