Replies: 3 comments
-
I just tested your patch and I think you are just missing adc3 activation and the definition of the adc3 pin:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@rjmaris Did it work on your side with proposal from @gautierg-st ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converting to discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An overlay file for the nucleo_f429zi board for the adc driver sample is missing. Hence ADC is not operating despite suggestion in the board description.
The overlay file has been created now, based on another overlay file. However I don't succeed in integrating both inputs of adc1 as well as adc3. Therefore, I outcommented the input description for the one adc3-input, which is tied to A3 of the Arduino shield connector. It was my intention to define four channels, related to A0...A3. Instead, I defined A0...A2 + A6. A6 is located on CN10 which makes quite sense because analog GND is present at CN10.
Please find a tested (and gitlint checked) patch.
0001-boards-nucleo_f429zi-add-adc-overlay-file-specifiy-f.patch.txt
Beta Was this translation helpful? Give feedback.
All reactions