13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
// <<< Use Configuration Wizard in Context Menu >>>
|
|
|
|
// <e> Fixed Debug Authentication
|
|
// <i> Use a fixed value for Debug Authentication. Only secure debug authentication configurable.
|
|
DAuthFixed = 0x1;
|
|
|
|
// <q.2> Secure Invasive Debug
|
|
// <q.3> Secure Non-Invasive Debug
|
|
DAuthConfig = 0xF;
|
|
|
|
// </e>
|
|
|
|
// <<< end of configuration section >>> |