Changes between Version 45 and Version 46 of Exercises/13_4/IntroToXPS


Ignore:
Timestamp:
Apr 24, 2013, 10:11:16 AM (11 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToXPS

    v45 v46  
    1121121. We have already created a BSP, so we do not want this dialog box to make another one for us. Click the radio button next to "Target an existing Board Support Package." Click "Finish"
    1131131. Download [raw-attachment:prng_example.c] to somewhere on your harddrive.
    114 1. In the Project Explorer on the left side of the SDK, you will see the example_project_0 project. Click the + next to it and it will reveal a "src" folder. Drag the prng_example.c file from Windows explorer ''into'' this src folder. The project will immediately build. You can look through this C-code and see how it is different than the C-code that was provided in the template project and was used in the previous [warp:IntroToSDK Introduction to SDK] exercise. The differences are commented.
    115 1. Follow the same steps as in [warp:IntroToSDK Introduction to SDK] to generate a new linker script and download the design to the board.
     1141. In the Project Explorer on the left side of the SDK, you will see the example_project_0 project. Click the + next to it and it will reveal a "src" folder. Drag the prng_example.c file from Windows explorer ''into'' this src folder. The project will immediately build. You can look through this C-code and see how it is different than the C-code that was provided in the template project and was used in the previous [wiki:IntroToSDK Introduction to SDK] exercise. The differences are commented.
     1151. Follow the same steps as in [wiki:IntroToSDK Introduction to SDK] to generate a new linker script and download the design to the board.
    116116
    117117== Testing the Design ==