Use memory mapping to map code and data the Blackfin VIs generate to particular types of memory on the Blackfin target. Memory mapping is one of several memory considerations for optimizing Blackfin applications you create.
Complete the following steps to map code and data sections to particular types of memory on the Blackfin processor.
- Right-click a build specification under a Blackfin target in the Project Explorer window and select Memory Map from the shortcut menu to open the Map Memory dialog box.
- Select the VI you want to map and click the Edit button to open the VI Mapping dialog box.
 |
Tip You also can double-click the VI you want to map. |
- Select the type of memory for the code section from the Code Section pull-down menu.
- Select the type of memory for the data section from the Data Section pull-down menu.
- Click the OK button.
- Repeat steps 2–5 for each VI you want to map.