Changes between Version 40 and Version 41 of Exercises/13_4/IntroToXPS


Ignore:
Timestamp:
Aug 22, 2012, 11:08:18 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToXPS

    v40 v41  
    1111111. Click "Empty Application" under the "Select Project Template" dialog. This will rename the project to "empty_application_0." Change that name to "example_project." Click "Next."
    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"
    113 1. Download [attachment:prng_example.c] to somewhere on your harddrive.
     1131. Download [raw-attachment:prng_example.c] to somewhere on your harddrive.
    1141141. 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.
    1151151. Follow the same steps as in [warp:IntroToSDK Introduction to SDK] to generate a new linker script and download the design to the board.