Posted on April 19, 2016 at 16:42 Hi,
I want my board communicate with a module in uart interruption.
STD_ERROR_t SendCmdToNemeus(UART_HandleTypeDef *huart, uint8_t *cmd, uint16_t ans_size, uint8_t *answer_buffer){
STD_ASSERT_PTR(huart...
Posted on April 20, 2016 at 10:12What do you mean by a valid over run flag? If I clear the ORE flag I still lose some characters that could be usefull in my code. I should not have this error I guess.