Arduino Apollo3 Core (1.0.23)

A new version of the Apollo 3 Core has been released!

We've updated to a new version of the Arduino Apollo3 core (1.0.23). This version reflects the SVL loader's update to the faster and more reliable, v5. This version of the SparkFun Variable Loader ensures that peripherals used in the bootloading process are de-initialized so that they don't produce unexpected bugs as was observed in this forum post.

We recommend users of the Apollo3 Arduino core to manually update the SVL bootloader on their boards through this process:

  1. Open Arduino
  2. Update to the v1.0.23 release of the core using the boards manager
  3. Select your Artemis- or Apollo3-based board from the boards menu
  4. Ensure the correct port is selected
  5. In the 'Tools' menu select 'Ambiq Secure Bootloader' as the 'programmer' option
  6. Click 'Burn Bootloader' from the tools menu
  7. Users will see 'upload complete' if it was successful
  8. Verify functionality by uploading a sketch

Update your Arduino core!



You can check out all these features in our newsletter. Feel free to poke at the code as well! We've included examples for all the features of the Artemis in our Arduino Core.