 | BL51 User's Guide |  |
|
|
| PDATA Linker Directive| Abbreviation | None. | | Arguments | PDATA (address) | | Default | None. | | µVision | Options — BL51 Locate — Pdata. | | Description | The PDATA directive specifies the starting address in XDATA memory space for PDATA segments. This directive is specified as follows:
PDATA (address)
Where | address | is a physical address at which PDATA segments are located. |
Note - The address you specify with the PDATA directive must coincide with the values of PDATASTART and PPAGE in the Startup Code.
- The BL51 Linker allows you to use wildcards when locating program segments. For example, ?PR?*?MYFILE may be used to represent all program segments from the MYFILE source file.
| | See Also | BIT, CODE, DATA, IDATA, PRECEDE, RAMSIZE, STACK, XDATA | | Example |
BL51 MYPROG.OBJ PDATA(0x8000)
|
|
|