Tool/software: Code Composer Studio
Hi
I have an application where I receive a string of characters as a command and then do some activity as per the received command and then send reply to that application. I have enabled SCI Rx interrupt. The problem that I am facing is when I send the command from the application to my controller, it is not able to receive the command for the first time but works well when the command is sent again i.e from the second time onwards. In short, controller is not receiving the command for the very first time and then it is able to receive and respond to any command for any number of times. But when I run this in debug mode, I am not facing any such issue. I can receive the command for the first time also in debug mode but not in normal mode. Can someone help me in solving this