Skip to content

Binary utility for repairing debugger configuration of select Curiosity Nano kits

Notifications You must be signed in to change notification settings

microchip-pic-avr-tools/debuggerconfigfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

MCHP

debuggerconfigfix binary releases

Easy-to-use solution for fixing/updating configuration of select Curiosity Nano debuggers

Supported kits:

  • AVR16EB32 Curiosity Nano
  • AVR64DU32 Curiosity Nano

Consult the Errata section of the Curiosity Nano User Guide for more information before using this utility.

Getting Started

Download

Download the latest release and extract the binary from the appropriate archive for either Windows®, macOS® or Linux® operating systems.

Fixing/updating configuration

Run the utility from a command-prompt/terminal:

debuggerconfigfix

Check for success by examining the output for:

*** Debugger configuration SUCCESS ***

A detailed log file is stored in the same path as the binary after execution.

Additional information / advanced topics

To fix the configuration of a specific serial number:

debuggerconfigfix -s <serialnumber>

The debuggerconfigfix utility is a purpose-built binary wrapper around the pydebuggerconfig utility. pydebuggerconfig requires an installation of Python and can be installed using:

pip install pydebuggerconfig

This is only recommended for advanced users familiar with Python and the Curiosity Nano debugger ecosystem.

The debuggerconfigfix utility replaces only the User Configuration section in the Curiosity Nano debugger. The Factory Configuration is preserved and can be restored using:

pydebuggerconfig restore

About

Binary utility for repairing debugger configuration of select Curiosity Nano kits

Resources

Stars

Watchers

Forks

Packages

No packages published