DebugMask

Specifies the type and level of tracing that the board performs.

Syntax

DebugMask = mask

Access

Read/Write

Type

Integer

Default

0

Allowed values

mask = Any value shown in the following table.

Example

DebugMask = 0x00000200

Details

You can specify the following DebugMask parameters:

Value

Description

0x00000001

Additional initialization messages.

0x00000002

Legacy initialization messages.

0x00000004

DLM download and start address.

0x00000008

Total resources for each DSP.

0x00000080

DLM resolving and relocation.

0x00000100

Host interface up and down messages.

0x00000200

Inter-manager messages

0x00000400

All manager messages.

0x80000000

Available memory.

0xFFFFFFFF

All of the above.


DebugMask settings takes effect immediately. It is not necessary to reboot the board for these settings to take effect.