stm32h7: adc: sequence of more than 8 channels does not work #79909
Labels
area: ADC
Analog-to-Digital Converter (ADC)
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
Describe the bug
Starting an adc scan sequence of more than 8 channels does not work on STM32H7
Tested on nucleo_h723zg with adc_sequence sample
To Reproduce
west build -b nucleo_h723zg . -p
west flash
Example of overlay I used:
Expected behavior
Sequence should start and complete in a loop and analog values should be displayed
Impact
Sequence need to be split to be at most 8 channels long
Logs and console output
Here is the log I have with 9 channels:
When I only set 8 channels (commenting out one channel), I get this logs: in a loop:
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: