GDB programming tools like openocd(1) allow portable use when programming chip flash regions.
Steps to reproduce
Refer to online documents
Locate programming information
Expected result
There is a sample command line informing of the proper syntax to program firmware to the flash storage of a SAMR34 chip using openocd(1) software.
Actual result
No documentation exist for programming flash storage using openocd(1) software.
Workaround
Use the Microchip Studio built in programming tool, as documented in Microchip web sites.
Severity level
This is low priority because project requirements do not mandate a training path towards chip programming.
# Using openocd(1) on SAMR34 is undocumented
## Problem environment
GDB programming tools like *openocd(1)* allow portable use when programming chip flash regions.
## Steps to reproduce
1. Refer to online documents
1. Locate programming information
## Expected result
There is a sample command line informing of the proper syntax to program firmware to the flash storage of a SAMR34 chip using *openocd(1)* software.
## Actual result
No documentation exist for programming flash storage using *openocd(1)* software.
## Workaround
Use the Microchip Studio built in programming tool, as documented in Microchip web sites.
## Severity level
This is **low priority** because project requirements do not mandate a training path towards chip programming.
Using openocd(1) on SAMR34 is undocumented
Problem environment
GDB programming tools like openocd(1) allow portable use when programming chip flash regions.
Steps to reproduce
Expected result
There is a sample command line informing of the proper syntax to program firmware to the flash storage of a SAMR34 chip using openocd(1) software.
Actual result
No documentation exist for programming flash storage using openocd(1) software.
Workaround
Use the Microchip Studio built in programming tool, as documented in Microchip web sites.
Severity level
This is low priority because project requirements do not mandate a training path towards chip programming.
This is partially solved by
062c71b
.