How to pass UART_HandleTypeDef *huart trough the funciont?
I want pass UART_HandleTypeDef *my_huart at function HAL_UART_Transmit and and mange the response with interrupt. The code is show below but doesn't work. Can you help me?//This is myfile.cvoid myfunc(UART_HandleTypeDef *my_huart){ char command[] ...