[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Setting up Flash and SPI on Spartan 3E Starter Kit
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Setting up Flash and SPI on Spartan 3E Starter Kit
- From: Matt Staniszewski <matt.staniszewski@xxxxxxxxx>
- Date: Wed, 29 Apr 2009 22:07:04 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/jssKbc6mBZ3ip81H42mDyy/nSwz2gfqIFNocI5BEYk=; b=LmYde6w011yzVLLsWogA+A0kumWvUgygXMKyC2ist1kTOn6PJVPn0EY/byeT2nDr13 BPCovlyiFqih4kH7UwRmyJilEO83e9pyBwTg/crW20oOOxzZ62EimBvR502sAclmfg2s 6XYeVqbD/T+2TKzVunUlyQQcUrfH/x8ck66a0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=a7GkHX1WRcNFhcUzWbY9z0iW5sL3/+1phHIfRtkBrAF3KGfz3lUA0GKP7NCJ2UV0+b tqz3CbXeaBMwMobPkmIShSDNBUAi9PqvGV8oTGGIasGKGZCLs6AwU/Ke6zMZN3pzDDPa AhM+ukFjcPUz9siSZjkz5VJQ7AWBaDZNc15pY=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Hi everyone,
This is an indirect question about my Spartan 3E Sarter Kit that I'm booting Petalinux off of. I have gotten the SPI working and my DAC and ADC work great in the EDK. I've already ported my code to Petalinux for the DAC with no issues. However, the ADC uses the SPI MISO signal, which is the same pin as the flash's data bit0.
I've been searching for help with hooking the MISO signal and bit0 of the flash to the same net. I've found several forum posts and articles, such as the following (which I have posted in):
http://forums.xilinx.com/xlnx/board/message?board.id=Spartan&message.id=2840&jump=true#M2840
However, none suggest a method for coding the MHS and UCF files so that these two signals can share the same pin. I've tried variations in the MHS file with no success and have begun looking into either customizing or finding an EMC core where I can specify the shared data bit seperately from the rest of the data bus.
I've posted my MHS and UCF files in the forum post above.
Any help would be greatly appreciated. Thanks!
Matt