-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
projects/ad719x_asdz/coraz7s: Add make parameter & SYNCN on GPIO 33. Update documentation #1503
Conversation
fb64cbc
to
641f0cb
Compare
62544c4
to
94f68a1
Compare
input adc_spi_miso_rdyn, | ||
output adc_spi_mosi, | ||
output adc_spi_csn, | ||
output adc_syncn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my recommendation is that sync should be considered a bidirectional pin driven by the ad_iobuf module. software can control it the way it needs to be controlled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The software, in the current stage, doesn't "know" how to control it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the data sheet it states that it is an input for the chip (thus output from the FPGA) so why should it be made inout?
Did the change with ad_iobuf and removed the hardcoding
0715e92
to
455b30d
Compare
* Made the project parameterizable through ARDZ_PMOD_N parameter * Added possibility to connect through the Arduino header as well * Separated the top file and the constraints, for Arduino header & for PMOD JA * Added GPIO 33 - SYNCN, for the Arduino header connection mode * Added logging of make parameter in sysid string Signed-off-by: Iulia Moldovan <[email protected]>
455b30d
to
eab67d4
Compare
* Added GPIO section as it was missing * Added details on using the make parameter ARDZ_PMOD_N as well as separate build commands depending on the carrier * Removed the diagram from Software considerations as it didn't make sense, since the evaluation board which doesn't have PMOD connector will be placed on top of Cora to use the Arduino header, and not connected through wires * Added links to Linux and no-OS files Signed-off-by: Iulia Moldovan <[email protected]>
Signed-off-by: Iulia Moldovan <[email protected]>
769c0b4
to
5b8ed0c
Compare
Fixed conflicts from the merging of the DE10-Nano project, updated the documentation to contain sections for both Cora and DE10-Nano and updated the CODEOWNERS file. |
PR Description
The software is in PR analogdevicesinc/linux#2554
PR Type
PR Checklist