-
Notifications
You must be signed in to change notification settings - Fork 19
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: ad2s1210: Add support for ad2s1210 #24
Conversation
280efe3
to
d3581ee
Compare
5b4d518
to
f38e2f6
Compare
f38e2f6
to
d12fa5d
Compare
@ahaslam2 Please sign the CLA before we start reviewing this PR |
d12fa5d
to
bb8771f
Compare
99bd8b8
to
531b231
Compare
Changelog:
|
531b231
to
e0c5a2d
Compare
Change log:
|
.spi_clk_pin = SPI_SCK, | ||
.spi_miso_pin = SPI_HOST_SDI, | ||
.spi_mosi_pin = SPI_HOST_SDO, | ||
.use_sw_csb = true |
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.
any particular reason of using software CSB? As per our experience with Mbed, software CSB adds-up some extra dead time during data transfer, whereas with hardware CSB this dead time is less compared to software CSB. This is expected as we are explicitly toggling CS pin when it is configured as software CSB, while when it is configured as h/w CSB, toggling of CSB happen within Mbed layer, so this extra overhead is less.
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.
i need to try that.
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.
hw CS works too. i think this was left over from the time i was trying to get the board to work.
i will change it.
e0c5a2d
to
16f222e
Compare
Change log:
|
This updates the no-os library to include the driver changes for ad2s1210 Signed-off-by: Axel Haslam <[email protected]>
The AD2S1210 is a complete 10-bit to 16-bit resolution tracking resolver-to-digital converter Signed-off-by: Axel Haslam <[email protected]>
16f222e
to
eed63a2
Compare
changelog:
|
The AD2S1210 is a complete 10-bit to 16-bit resolution tracking resolver-to-digital converter