Changes between Version 37 and Version 38 of Exercises/13_4/IntroToXPS


Ignore:
Timestamp:
Aug 20, 2012, 4:47:54 PM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToXPS

    v37 v38  
    1131131. Download [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.
     1151. Follow the same steps as in [warp:IntroToSDK Introduction to SDK] to generate a new linker script and download the design to the board.
    115116
    116117== Testing the Design ==
     118
     119When you download the design and run the software, you should immediately see the LEDs and hexadecimal displays start blinking randomly since they are being driven by the LFSR that is in this code.
     120
     121{{{
     122#!html
     123<iframe width="640" height="360" src="http://www.youtube.com/embed/fh_Lobo74X0?rel=0" frameborder="0" allowfullscreen></iframe>
     124}}}
     125
     126
     127
    117128{{{
    118129WARP v3 Template Project - Lite
     
    127138[[Image(output.jpg)]]
    128139
    129 {{{
    130 #!html
    131 <iframe width="640" height="360" src="http://www.youtube.com/embed/fh_Lobo74X0?rel=0" frameborder="0" allowfullscreen></iframe>
    132 }}}
    133140
    134141== Discussion ==