FreeRTOS:Using Queue |Esp32 and Arduino

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • HI,
    In this video, we explore the concept of Queues in Free RTOS (Real-Time Operating System). We'll be looking at what queues are, how they're used in RTOS, and why they're important for real-time applications. We'll be diving into the technical details and showcasing practical examples to give you a solid understanding of the topic.
    The Queue is implemented with ESP32 using Arduino IDE.
    Related Videos:
    • FreeRTOS: Using Binary...
    • FreeRTOS:Using Mutex |...
    • FreeRTOS:Using Softwar...
    • FreeRTOS-Taskcreatesta...
    • FreeRTOS:Using Queue |...
    • FreeRTOS with ESP32 us...
    Related Blogs
    techknowsurf.b...
    techknowsurf.b...
    techknowsurf.b...
    techknowsurf.b...

Комментарии • 3

  • @yakkook
    @yakkook 3 месяца назад

    ❤thank you for video

  • @dilkiaawaz6953
    @dilkiaawaz6953 22 часа назад

    how can we know which task is running on which core, and can we manipulate the core, what i mean is if i wants to run the particular task on particular core so how can we do ?