MOOC - Azure RTOS workshop - 5 ThreadX lab - step1 - First thread creation

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • Introduction to Azure RTOS for STM32 and its integration within STM32Cube ecosystem for rapid development and quick time to design.
    Today an ever-growing range of applications require high-performance, feature-rich and highly integrated microcontrollers.
    Having ready to use tools and libraries which could speed up the development phase is a must. Azure RTOS with its associated tools: TraceX, USBX, FileX, NetX plays this role.
    Purpose of the workshop is demonstration of each of the components of Azure RTOS ecosystem with connection to STM32 and its STM32Cube tools.
    Each of the parts contains lab or demo part which demonstrates practical aspects of those tools usage.
    Who should attend this course?
    • STM32 developers looking for high-performance ecosystem and ready to use libraries for USB, Ethernet, file system
    • Engineers looking to better understand how Azure RTOS has been integrated within STM32 ecosystem and can be used with STM32 devices
    • Developers looking for a ready-to-use solutions aligned with STM32 standards in terms of STM32Cube ecosystem and Azure RTOS libraries
    Materials related to this session you can find at:
    drive.google.c...
    In case of any questions, suggestion, feel free to contact us at our forum at:
    community.st.com
    Please share with us your feedback on this MOOC using anonymous survey at:
    www.surveymonk...
    More information about STM32H7 family you can find at:
    www.st.com/stm...

ความคิดเห็น • 11

  • @maciejcz4356
    @maciejcz4356 2 ปีที่แล้ว +1

    Very usefull step-by-step introduction. Thank you!

  • @zapatazapata6414
    @zapatazapata6414 ปีที่แล้ว

    Quite helpful, got me up and on speed.

  • @4everlovedan90
    @4everlovedan90 ปีที่แล้ว +1

    Very
    usefull!

  • @amirshahshahani3219
    @amirshahshahani3219 8 หลายเดือนก่อน

    Thanks for the video. Is there any Thread viewer like what you did, but in Keil?

  • @tonyguo3619
    @tonyguo3619 2 ปีที่แล้ว

    Very useful & helpful, thanks.

  • @guillermocv8597
    @guillermocv8597 ปีที่แล้ว

    Good afternoon, I have a question, I tried to use the ADC through THReadx but I get the error "undeclared (first use in this function)", from what little I understand, I think I don't have access to that variable because in main is private, so I'd like to know if you don't have a video where you could further explain the use of ADC with threads, so I can better understand the problem I'm in.

  • @michaelzemah1476
    @michaelzemah1476 11 หลายเดือนก่อน

    I've followed you tutorial and the thread is being suspended indefinitely.
    after investigation I found out that the TIM1 interrupt is never being called again after using tx_thread_sleep(200);
    more than that, the function _tx_thread_system_suspend(thread_ptr); never exits.
    Please help

    • @jaredemerson1485
      @jaredemerson1485 7 หลายเดือนก่อน

      Having this same issue. Any tips on how to resolve? I'm assuming some configuration for the timer used for the RTOS scheduling is missing and wasn't covered in this video?