Using QP Framework with STM32 Cube IDE

Поделиться
HTML-код
  • Опубликовано: 25 июн 2024
  • This video shows how to use the QP real-time embedded framework with the STM32Cube IDE. This will allow you to apply modern embedded programming with active objects, hierarchical state machines, modeling, and powerful software tracing in this popular STM32 development environment.
    Links to resources:
    - QuantumLeaps on GitHub:
    github.com/QuantumLeaps
    - cmsis-packs repo:
    github.com/QuantumLeaps/cmsis...
    - qpc-examples repo:
    github.com/QuantumLeaps/qpc-e...
  • НаукаНаука

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

  • @0rhansahin
    @0rhansahin 6 дней назад +1

    Being able to integrate without editing the framework is very valuable.

  • @abdifatahaden4761
    @abdifatahaden4761 6 дней назад +1

    Just wonderful.

  • @mixail844
    @mixail844 6 дней назад +1

    good work , surprised about CubeMXGenerator integration. Still not getting the difference/usage among qp, qef, qv ,qk , qxk . Also will be interesting to see video integration of QP Framework , Q Designer and freeRTOS via CubeMXGenerator.

    • @StateMachineCOM
      @StateMachineCOM  6 дней назад +2

      Definitely, more information and videos are needed to explain the components and various real-time kernels for the QP framework. But just quickly: qep is useful if you want just the passive hierarchical state machines, qf adds active objects, qs is the software tracing system. The real-time kernels are as follows: qv is a simple non-preemptive kernel, qk is the preemptive non-blocking kernel (very efficient and fast!), qxk is a dual-mode kernel (with both non-blocking and blocking tasks). Finally, regarding FreeRTOS and CubeMX, it seems that ST is now much more invested in ThreadX. But perhaps a short video on integration with FreeRTOS won't hurt. --MMS

    • @mixail844
      @mixail844 5 дней назад

      @@StateMachineCOM thank you for replay and for all your lessons

  • @itsJden
    @itsJden 4 дня назад +1

    Hello Sir
    Does you course on Modern ES Programming Include programming in embedded c?

    • @StateMachineCOM
      @StateMachineCOM  4 дня назад

      Yes, the course uses embedded C. Just watch it. Here is the playlist: ruclips.net/p/PLPW8O6W-1chwyTzI3BHwBLbGQoPFxPAPM

    • @itsJden
      @itsJden 3 дня назад

      @@StateMachineCOM Thank you sir
      As an embedded beginner this really helps me alot

  • @Deepak9aagri
    @Deepak9aagri 6 дней назад +1

    Nice video