Rajkumar181

Results 5 comments of 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.

![image](https://user-images.githubusercontent.com/29948774/85299166-8f5b4580-b4c2-11ea-88c4-a45a59d81f56.png) ![image](https://user-images.githubusercontent.com/29948774/85299252-ac901400-b4c2-11ea-9d61-f1f9f209b780.png) ![image](https://user-images.githubusercontent.com/29948774/85299298-ba459980-b4c2-11ea-8ce0-bfeee7ba7005.png)

Hi, Sorry for the late reply, i have tried to disable the DMA and interpret, still i am getting same Error. ![image](https://user-images.githubusercontent.com/29948774/90375747-006a4400-e093-11ea-9247-918adac21523.png) ![image](https://user-images.githubusercontent.com/29948774/90375780-0b24d900-e093-11ea-81c7-44f71c83183d.png) ![image](https://user-images.githubusercontent.com/29948774/90375800-12e47d80-e093-11ea-890b-1c1862d1de4d.png)

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...