HAL interrupt function
Dear
Whenever, I implement the HAL_Interrupt functions(say HAL_UART_Receive_IT();). What is happening at the backend, to use those interrupt function I should enable the global interrupt (NVIC) in CubeIDE. What are these global interrupts
also can we say callBack functions as ISR,s ?
