Question
I working on a project, that uses UART transmission, So as I am using stm32 MCU, And I am using receive call back function successfully by interrupt method, But i want to know, Can we use user-defined receive call-back function with an interrupt met
..