Parallel Processing Using Multi-core Microcontrollers

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 17

  • @RobertShaverOfAustin
    @RobertShaverOfAustin 6 років тому +1

    Great intro to parallel processing.
    The Propeller chip is very cool and simple to understand. For those who didn't know, a *cog* is the term Parallax Inc. uses for a *core* in the Propeller chip.
    Maybe next you can show some inter-process communication. An example might be to cause your two push-buttons to change the blink rate on the other two processes.

    • @0033mer
      @0033mer  6 років тому

      Yes ... inter-communication is a powerful feature of the Propeller.
      I had made a video showing how to start and stop tasks running on different cogs using cog 0.
      ua-cam.com/video/Iuf44VCMh60/v-deo.html

  • @noweare1
    @noweare1 6 років тому

    Very nice processor. Makes it difficult to choose one these days.

  • @jardel_lucca
    @jardel_lucca 6 років тому

    Excellent!

  • @RaadYacu
    @RaadYacu 6 років тому +1

    Can you describe what IDE you used? and the process of flashing the development board ?

    • @0033mer
      @0033mer  6 років тому

      The IDE is from Parallax called Propeller Tool that has the capability to flash the board.
      All their tools are available on their website as free downloads.
      www.parallax.com/downloads/propeller-tool-software-windows-spin-assembly

  • @alibehrouz9833
    @alibehrouz9833 5 років тому

    great explanation

  • @sayantanmaiti2513
    @sayantanmaiti2513 6 років тому

    In these multicore microcontrollers... Are there separate gpios for each microcontroller or all the gpios are common for all the microcontrollers??

    • @0033mer
      @0033mer  6 років тому +1

      There are 32 GPIOs on the Propeller chip and they are shared with the 8 cogs.
      The GPIOs are common so you assign each cog their own GPIO in your code.

  • @jangroenman7154
    @jangroenman7154 6 років тому

    Good information, i have one question.
    Which forth language do you use in the example for de propeller chip?
    I found Propforth and Tachyonforth on the internet.
    Thanks!

    • @0033mer
      @0033mer  6 років тому

      The code I used was written using Tachyon Forth.

  • @browaruspierogus2182
    @browaruspierogus2182 6 років тому

    That would be good mcu if not the price. Esp32 has 2 cores and is much cheaper and faster. They should start making multicore mcus

  • @jesseburt3954
    @jesseburt3954 6 років тому

    My favorite MCU (The Prop)! There are a big variety of boards that exist for the Propeller...ones like the Activity Board and smaller ones shown in your vid. There's a WX version of the Activity Board now that with the addition of a WiFi module, allows the MCU to be re-flashed over WiFi (and essentially serves as a wireless serial port for your MCU application's purpose, too)...nice vid as always!

    • @0033mer
      @0033mer  6 років тому

      Thanks for the feedback!
      Yes .. Parallax has quite a variety of boards for the Propeller.
      I want to try the "Flip" module. Very convenient for embedded projects.
      www.parallax.com/product/32123

    • @jesseburt3954
      @jesseburt3954 6 років тому

      Yup! That's a great module...makes it easy to start something on an existing breadboard...I recently wrote a driver for a 4x20 OLED character display using one...nice little board

  • @sergioares4092
    @sergioares4092 6 років тому

    Nice :)

  • @scramjet4610
    @scramjet4610 9 місяців тому

    This didn't age well.