Associate III
December 1, 2023
Question
issue with UART call back function
- December 1, 2023
- 2 replies
- 1539 views
Hello Everyone!!
i am using HAL_UART_RxCpltCallback function in my program, whenever i receive 9 bytes of data via uart an interrupt will trigger and the above mentioned function will get called and execute but the issue is if i sent a 9 bytes command for the very first time then it is not responding to that command and from 2nd time onwards it is working properly. may i know the reason why the callback function not working for the very first time when cmd is sent and y it is working properly from the next time onwards. here are few pics about my code.