Coder Social home page Coder Social logo

abaelen / arduino-mkr-1010-wifi-on-atmel-studio-7--without-debugger- Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 920 KB

Uploading code to Arduino MKR 1010 Wifi using Atmel Studio 7 without debugger

License: MIT License

Makefile 1.67% C 91.28% C++ 6.50% Assembly 0.54%
arduino-ide bootloader repositry debugger board investigation arduino mkr1010 arduino-mkr-wifi-1010 atmel-studio

arduino-mkr-1010-wifi-on-atmel-studio-7--without-debugger-'s Introduction

Arduino MKR 1010 WiFi on Atmel Studio 7 (without debugger)

Uploading code to Arduino MKR 1010 Wifi using Atmel Studio 7 without debugger

  • In this respositry you find an example AS 7 code.

  • This code does not require a debugger (Atmel ICE or alike) and can be loaded via the boards USB cable.

  • The code assumes an already available bootloader. This avoids having to fiddle with the bootloader code of the board avoiding 'bricking' the board. (use the code at own risk - if bootloader code would get deleted, there are multiple resources explaining restoring the bootloader. In another repositry I am planning to publish, restoring the bootloader using a PI3).

  • The added value of this repositry lays in: -- Toolchain settings in AS 7 for loading Arduino MKR (especially the 'load without bootloader.ld' setting which is not the standard setting!) -- Bossac settings to load directly from PC to board via USB from AS 7 (without command line editing needed)

  • Root cause for this repositry is the need to be able to do below points things which the Arduino IDE can not deliver but AS7 does. The arduino IDE is a very comprehensive IDE and I like it a lot. I advise to keep using the Arduino IDE as it delivers the best coherence with the Arduino boards and deliver excellent support through Github and auto updating of boards and libraries. Sometimes however:

    • when coding it is cumbersome needing to investigate the datatype required for a certain function. In AS7 this is autom. suggested.
    • for investigation, searching used libraries for a certain text / variable / function / class is required. AS7 enables this.
    • AS7 copies the arduino core for every newly created solution, this enables to change the core coding without having any effect on other solutions.

Have fun!

arduino-mkr-1010-wifi-on-atmel-studio-7--without-debugger-'s People

Contributors

abaelen avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.