Skip to content

Arduino Core for Maxim's MAX326xx series based Boards

Notifications You must be signed in to change notification settings

gsmaxim/arduino-max326xx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Arduino Core for Maxim's MAX326xx series based Boards

Arduino support package to program Maxim boards.

Supported Boards

Setup the Arduino Environment

NOTE: If you already have latest version of Arduino installed on your computer, skip step 1 and 2.
  1. Download latest version and install the Arduino IDE for Windows, Linux or Mac OS.
  2. Open the Arduino IDE.
  3. For Windows, and Linux, go to File->Preferences. For Mac OS, go to Arduino->Preferences.
  4. 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
  5. Go to Tools->Board->Boards Manager...
  6. In the search field, type "maxim".
  7. Select Maxim's 32-bit Microcontroller and click Install.
  8. Once the installation is completed, close the Boards Manager.
  9. Go to Tools->Board. In the section Maxim ARM (32-bit) Boards, select your board from list of Supported Boards.
  10. Plug in your board and under Tools->Port select the appropriate serial port for your board.
  11. Go to Tools->Programmer and select DAPLink.

Verify the setup

  1. In the Arduino IDE, go to File->Examples->01.Basics->Blink.
  2. Click the Verify button or go to Sketch->Verify/Compile.
  3. Click the Upload button or go to Sketch->Upload.(Requires USB Write access; Details here.)
  4. 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.

DAPLink

  • 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.

About

Arduino Core for Maxim's MAX326xx series based Boards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published