Changes between Version 6 and Version 7 of peripheral_test/helpfaq


Ignore:
Timestamp:
May 25, 2006, 11:45:35 AM (18 years ago)
Author:
bratton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • peripheral_test/helpfaq

    v6 v7  
    44=== QUESTIONS ===
    55
    6 __I forgot to enable interrupts for the push buttons when using Base System Builder.  What do I do now?__[[BR]]
     6=== ANSWERS ===
     7
     8'''I forgot to enable interrupts for the push buttons when using Base System Builder.  What do I do now?'''[[BR]]
    79Oh man, now you've done it...Copy the following lines of code into the MHS file:
    810 BEGIN opb_intc[[BR]]
     
    2729 END[[BR]]
    2830
    29 '''''If this does not work, you will need to recreate the project using Base System Builder'''''
     31''If this does not work, you will need to recreate the project using Base System Builder''
    3032
    31 __I get an error: "*** No rule to make target 'File name', needed by 'Peripheral_Test/executable.elf'. Stop.__" [[BR]]
    32 -- Check to see that there are no spaces anywhere in the names of your source and header paths.  XPS will give the above error if there are.--
     33'''What do I do if I didn't select one of the devices while using Base System Builder?'''[[BR]]
     34For the size of this project, it will be easier to simply recreate the project using Base System Builder.  You can clear out the contents of the directory containing all the files, or simply create a new folder.
    3335
    34 __Where can I get Tera Term Pro?__[[BR]]
     36
     37'''I get an error: "*** No rule to make target 'File name', needed by 'Peripheral_Test/executable.elf'. Stop.'''" [[BR]]
     38Check to see that there are no spaces anywhere in the names of your source and header paths.  XPS will give the above error if there are.
     39
     40'''Where can I get Tera Term Pro?'''[[BR]]
    3541http://www.vector.co.jp/authors/VA002416/teraterm.html
     42
     43'''When I download my project (''download.bit'') to the board, nothing happens.'''
     44 * Did the lowest LED light up up downloading?
     45   * Yes? This indicates that the program has reached the board but that there may be something wrong with the serial connection.  Check these and try again.
     46   * No? This indicates that the program never got to your board.  Check the JTAG connection and try again.  Then move to the following questions.
     47 * Do the baud rates match between your project and Tera Term. 
     48