Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 30 Apr 2007 03:43 PM by  kurtl@logicpd.com
Chip Select 3
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages
lazarman@yahoo.com
New Member
New Member
Posts:


--
29 Apr 2007 06:16 PM
    I am using the below code to configure CS3 to talk to a Xilinx Spartan3
    FPGA nad I am seeing no chip select generated




    .set CSP_BASE_REG_PA_WEIM, 0xB8002000

    //FPGA
    ord4 0xb8002030p = 0x00000E80 //CSCR3U
    ord4 0xb8002034p = 0x85850501 //CSCR3L - POR value
    ord4 0xb8002038p = 0x85850030 //CSCR3A
    //Configure CS4 for DTACK
    ord4 0x43FAC0E8p = 0x12121226
    kurtl@logicpd.com
    New Member
    New Member
    Posts:


    --
    30 Apr 2007 03:43 PM
    Did you check the IOMUXC registers to see if you must select its function?

    -K
    You are not authorized to post a reply.