2022-08-01 10:42 AM
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
2022-08-17 06:04 AM
Hi @SC.J.1 and welcome to the Community :),
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-02-24 12:25 PM
Hello @SC.J.1 I have the same problem and cannot HAL_UART_Transmit in the app_threadx.c - have you found a solution? Or has anyone an answer how to solve that? I read the article and its not clear to me how to include HAL Uart in the app_threadx.c without getting any errors ( huart is not defined)