A priority on callback ?
Dear Members,I have two interrupts on my callback,how can I make a priority for them ? Thankscode :void HAL_UART_RxCpltCallback(UART_HandleTypeDef* huart) { if(huart->Instance==USART2) { GPS_CallBack(); } if(huart->Instance==USART1) { ...