Question
How do i use HAL_UART in AZURE RTOS
Hi i would like to have an example code or something that helps me out, I wanna know how to use HAL functions in AZURE RTOS ,When i try to use HAL_UART_TRANSMIT(&huart2,pdata,size,timeout) i get an error that huart is not defined like wise same for PWM generation.all this are done in app_threadx.c . So i would like to know how to use HAL in AZURE RTOS
