We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that output is sensitive to R4/R9 values. In my case with 20k of R4 it drops voltage 30% down. Seems that DAC output buffer is not enabled.
The text was updated successfully, but these errors were encountered:
yes, dac buffer is disabled
https://github.com/free-pdk/easy-pdk-programmer-software/blob/cdc40ae65f85c1ed93f304f5008c6b9b6c5c0043/Firmware/source/Src/stm32f0xx_hal_msp.c#L162-L186
https://github.com/free-pdk/easy-pdk-programmer-software/blob/cdc40ae65f85c1ed93f304f5008c6b9b6c5c0043/Firmware/source/Src/main.c#L260-L294
Sorry, something went wrong.
@freepdk Was it a conscious design decision to not enable the DAC buffer?
No branches or pull requests
I found that output is sensitive to R4/R9 values.
In my case with 20k of R4 it drops voltage 30% down.
Seems that DAC output buffer is not enabled.
The text was updated successfully, but these errors were encountered: