Arduino support package to program Maxim boards.
- Download latest version and install the Arduino IDE for Windows, Linux or Mac OS.
- Open the Arduino IDE.
- For Windows, and Linux, go to File->Preferences. For Mac OS, go to Arduino->Preferences.
- In the Dialog box, locate Additional Boards Manager URLs field, paste the following URL and click OK.
https://raw.githubusercontent.com/maximintegratedmicros/arduino-collateral/master/package_maxim_index.json
- Go to Tools->Board->Boards Manager...
- In the search field, type "maxim".
- Select Maxim's 32-bit Microcontroller and click Install.
- Once the installation is completed, close the Boards Manager.
- Go to Tools->Board. In the section Maxim ARM (32-bit) Boards, select your board from list of Supported Boards.
- Plug in your board and under Tools->Port select the appropriate serial port for your board.
- Go to Tools->Programmer and select DAPLink.
- In the Arduino IDE, go to File->Examples->01.Basics->Blink.
- Click the Verify button or go to Sketch->Verify/Compile.
- Click the Upload button or go to Sketch->Upload.(Requires USB Write access; Details here.)
- If you are using a board with Bootloader, it will reset itself and start running the application code. For non-Bootloader version, you need to press the Reset button to run.
- What is DAPLink?
- The Maxim board connects to computer as a USB storage drive and uses DAPLink MSC to upload the sketch.
For additional information, please check the wiki page.