Skip to content

Added support for ADCS747#2

Open
John-Carr wants to merge 1 commit into
mainfrom
feature/ADCS747
Open

Added support for ADCS747#2
John-Carr wants to merge 1 commit into
mainfrom
feature/ADCS747

Conversation

@John-Carr

Copy link
Copy Markdown
Owner

Driver for the ADCS747 ADC

This is used for reading throttle values from a 5v source.

IMPORTANT it was discovered that the VDIO for the IC is equal to VREF which we used as 5v meaning that this IC is unusable with the STM32 that is not 5v tolerant.

Comment thread Drivers/src/ADCS747.cpp

void ADCS747::Init()
{
// Just need 16 clock cycles result of this is invalid

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this just clearing ADCS747's SPI buffer?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For turning on the IC we need to send it 16bits, not sure if it clears the spi buffer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants