Changes between Version 11 and Version 12 of peripheral_test/helpfaq


Ignore:
Timestamp:
May 25, 2006, 1:37:05 PM (18 years ago)
Author:
bratton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • peripheral_test/helpfaq

    v11 v12  
    1616
    1717* '''I forgot to enable interrupts for the push buttons when using Base System Builder.  What do I do now?'''[[BR]]
    18 Oh man, now you've done it...Copy the following lines of code into the MHS file:
     18  * Oh man, now you've done it...Copy the following lines of code into the MHS file:
    1919 BEGIN opb_intc[[BR]]
    2020 PARAMETER INSTANCE = opb_intc_0[[BR]]
     
    2727 END[[BR]]
    2828
    29 Add these lines to the Push_Buttons_4bit instance in the MHS file (the first parameter in each device in the instance name):
     29  * Add these lines to the Push_Buttons_4bit instance in the MHS file (the first parameter in each device in the instance name):
    3030 PARAMETER C_INTERRUPT_PRESENT = 1[[BR]]
    3131 PORT IP2INTC_Irpt = Push_Buttons_4bit_IP2INTC_Irpt
    3232
    33 Add this line to the ppc405_0 instance in the MHS file:
     33  * Add this line to the ppc405_0 instance in the MHS file:
    3434 PORT EICC405EXTINPUTIRQ = EICC405EXTINPUTIRQ
    3535
    36 Add these lines to the MSS file:
     36  * Add these lines to the MSS file:
    3737 BEGIN DRIVER[[BR]]
    3838 PARAMETER DRIVER_NAME = intc[[BR]]