Question
Restart HAL_UART_Receive_IT
Posted on May 09, 2018 at 14:37
Hi!
in my program i am using the 'HAL_UART_Receive_IT' function, it is first called when i initialize my app.
There comes a moment during the run of the program when the pointer to buffer given to the function expires and is no longer valid, this is when i want to call this function again with new parameters.
The problem is that the operation doesnt succeed and the HAL_BUSY retval is returned.
please advise on how to restart this function properly after it has already been used.
thanks alot!
