Rajkumar181
Rajkumar181
Yes, and I have checked the cs pin and clock pin.
GPIO_InitStruct.Pin = SPI_SEL1_Pin|SPI_SEL2_Pin; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; HAL_GPIO_Init(GPIOA, &GPIO_InitStruct); yes, it is software mode.
  
Hi, Sorry for the late reply, i have tried to disable the DMA and interpret, still i am getting same Error.   
Same problem i am facing now. it is not able to reconnect again. when MQTT Broker is running that time its working fine. When i restarted the MQTT Broker is...