2016-02-01 09:39 PM
Hello!
I am using a STM32F302 custom made board. In a section of my codes, I am required to check the presence of any messages received successfully to set the baud rate. This is done before message filtering. Hence, I cannot use MSG_PENDING call to check for any messages. Hence, are there any other flags or calls I can use to check for any successfully received (RCVOK) message? Any help is appreciated. Thanks!