Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. rl_at_berk
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by rl_at_berk

    • rl_at_berkundefined

      Solved Issue flashing firmware/connecting with ICE, Toolboard 1LC

      Firmware developers
      • • • rl_at_berk
      11
      0
      Votes
      11
      Posts
      560
      Views

      rl_at_berkundefined

      @dc42 Found the solution, I didn't realize this earlier but the Toolboard firmware I was using had actually been modified by a coworker. We bought a new toolboard and tried to connect CAN (thinking maybe an IC had been fried) and it worked, so we copied that firmware onto the toolboard I had been using and sure enough, works fine. So it was a software issue. Thanks for your help!

    • rl_at_berkundefined

      Unsolved Endstop Pinout on DueX5

      Firmware developers
      • • • rl_at_berk
      1
      0
      Votes
      1
      Posts
      125
      Views

      No one has replied

    • rl_at_berkundefined

      cpp Multithreading in RRF2.05.1

      Firmware installation
      • • • rl_at_berk
      2
      0
      Votes
      2
      Posts
      120
      Views

      dc42undefined

      @rl_at_berk RRF uses FreeRTOS for task creation and threading. I suggest you read the FreeRTOS documentation. RRF mosty doesn;t call FreeRTOS directly, instead file RTOSIface/RTOSIface.h in the RRFLibraries project contains the declarations of the functions used by RRF for task creation etc.

      The TaskCriticalSectionLocker object merely suspends task switching during its lifetime.

    • rl_at_berkundefined

      Code for Endstop Pinout?

      Firmware installation
      • • • rl_at_berk
      9
      0
      Votes
      9
      Posts
      351
      Views

      hareshPrajapatiundefined

      @rl_at_berk good to know👍
      BTW, END_STOP_PINS are define in Duet_Pins.h line 67 ( for 9 axis )