bdiGDB for BDI2000 (PowerPC 7440/7450/86xx) User Manual 20
© Copyright 1997-2015 by ABATRON AG Switzerland V 1.13
3.2 Configuration File
The configuration file is automatically read by the BDI after every power on.
The syntax of this file is as follows:
; comment
[part name]
identifier parameter1 parameter2 ..... parameterN ; comment
identifier parameter1 parameter2 ..... parameterN
.....
[part name]
identifier parameter1 parameter2 ..... parameterN
identifier parameter1 parameter2 ..... parameterN
.....
etc.
Numeric parameters can be entered as decimal (e.g. 700) or as hexadecimal (0x80000).
Note about how to enter 64bit values:
The syntax for 64 bit parameters is : [<high word>_]<low word>
The "high word" (optional) and "low word" can be entered as decimal or hexadecimal. They are han-
dled as two separate values concatenated with an underscore.
Examples:
0x01234567_0x89abcdef =>> 0x0123456789abcdef
1_0 =>> 0x0000000100000000
256 =>> 0x0000000000000100
3_0x1234 =>> 0x0000000300001234
0x80000000_0 =>> 0x8000000000000000