Skip to main content
Visitor II
August 1, 2022
Question

How do i use HAL_UART in AZURE RTOS

  • August 1, 2022
  • 2 replies
  • 1090 views

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

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    August 17, 2022

    Hi @SC.J.1​ and welcome to the Community :),

    • What do you mean for “i get an error that huart is not defined like wise same for PWM generation�?. What is the error you received?
    • I advise you to check if the AzureRTOS package is activated and is added to the project before generating the code.
    • Also, I recommended to have a look at this article, may help you in your implementation.

    Kaouthar

    Visitor II
    February 24, 2023

    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)