Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. nour
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 10
    • Best 0
    • Groups 0

    Topics created by nour

    • nour

      Run latest version on ATSAME70Q21
      Firmware developers • • nour

      6
      0
      Votes
      6
      Posts
      120
      Views

      nour

      @dc42
      Thank you very much to take the time to write the reply.

      @dc42 said in Run latest version on ATSAME70Q21:

      Code compiled for the SAME70Q20B will run on the SAME70Q21B

      That's a great news!

      @dc42 said in Run latest version on ATSAME70Q21:

      If you do intend to use that additional 1Mbyte, then you will at least have to change the linker script

      I expected this, but that can wait for now. My goal for now is running the latest stable release on a custom board that I am in the process of building it right now.

      @dc42 said in Run latest version on ATSAME70Q21:

      If you need to enable in-app programming of the flash memory

      Does the "in-app programming" required for anything related to the workflow of RRF?, or you are talking about flashing the firmware using in-app programming method?(I am a bit confused!)

      But anyway, I think I tried this approach awhile ago by swapping all "SAME70Q20B" by 'SAME70Q21B" but failed to at linking stage but I will give a try later again.

      I am software developer but unfortunately my experience with c++ and using eclipse is somehow limited (I am a Web developer) but I think I can manage to make the changes(it will be a good excuse to learn new things about eclipse anyway since I am a Visual studio guy)

      Thanks again for your reply.

    • nour

      Use SAM E70 Xplained(ATSAME70Q21) to try the firmware
      Firmware developers • • nour

      7
      0
      Votes
      7
      Posts
      210
      Views

      ramseyc

      @nour

      I use Atmel Studio 7 to write RepRapFirmware 3.1.1 bin to the SAME70-XPLD. I did as you did and connect with YAT using the second usb connection on the SAME70-XPLD (not the debug usb). I confirmed the firmware loaded successfully by typing M115 in YAT.

      I was able to directly connect a cat5e network cable to the SAME70-XPLD to the laptop network port. From the page: https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7, I followed STEP 8 and typed the command M552 S0 then M552 S1 P192.168.1.15. I set the network interface on the laptop to static and gave the address 192.168.1.10. I was then able to connect to the SAME70-XPLD via the web browser to the 192.168.1.15 address. However, I do get the error that the DUET WEB Control files are missing from the SD card WWW folder. I noticed that the SD CARD on the SAME70-XPLD does not work with the RepRapFirmware. Seems that the SD CARD Detect pin on the Duet 3 6hc is on PA29 but on the SAME70-XPLD is on PC16. So the firmware will need to be changed in order for the SD card reader to work. And of course a bunch of other pins because on the SAME70-XPLD it has that 16MB DRAM that takes up 36 or so pins that the Duet 3 6hc uses. The firmware will need to be changed to reflect that as well. It's a good learning experience though. Thanks.