Solved
This topic has been closed for replies.
Posted on April 24, 2018 at 09:07
I found the problem. The SysTick interrupt is causing that problem. I disabled irqs with '__disable_irq();' before sending command and read all the response data without problem then enabled irqs with '__enable_irq();' after got the response. Now it is working. Thanks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
