-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question How does this interface with pcie? #61
Comments
If I understood your question correctly, the PCIe interface is via the FPGA and a core from AXI that provides a memory controller. In the Memory controller was have a set of addresses assigned for various things which in turn the Linux driver maps them to the operating system in different forms such of POSIX clock, etc… |
Sorry about the long delay here, but yes that was a lot of helpful information, thanks! I do have a few other questions though. I'm hoping to have some type of microcontroller (preferably an Arduino Uno/ATMega328P, but I can understand if the speeds warrant a more powerful or otherwise different choice) interface with the slot for some datalogging of my own (temperature, humidity, and 6dof sensors, not anything as complex as you have here). I understand how its a lot more reasonable to use USB to do all of this but for the sake of experimentation, lets assume I'm the unreasonable type. Also I do know about some PCI mini slots having a embedded USB interface as well, but I still consider that "cheating". I was wondering if there's any good resources I missed about how to make a electronic device interface with PCIe that's freely available (ie not requiring me to be hired by a company registered with the people who maintain the standard). Preferably one as simple as possible (I am not necessarily a complete beginner, but something as advanced as this will no doubt still be a lot to figure out). |
I was trying to do some research on how to make some diy electronics that use PCIe, and after a fruitless search baring the slot's pinout, I ended up here, being the only relay active project using PCIe (not Mini PCIe). How exactly does this, on the electronic level, interface with PCIe? Is that something documented elsewhere? Is this something I should ask somewhere else?
The text was updated successfully, but these errors were encountered: