Using Ozone to Debug Firmware - BitKnitting/wakey_circuitpython GitHub Wiki

I started using Segger's nifty Ozone debugger. Debugging with Ozone and editing with Atom prove to be a powerful combo. A "must have" feature of Ozone is its ability to give instant visualization on the settings (bits) within peripheral registers. All we need is a CMSIS SVD file for the chip we are using.

For example, the Itsy Bitsy M0 Express uses an ATSamD21G18A. The ATSamD21G18A.svd file is located on many web sites.