Skip to content

Conversation

@Jacke-debug
Copy link
Contributor

This PR is based on the changes in #4243 which introduces configuration of injected ADC measurements. This PR expands the ADC module for STM32 g4 processors to support both injected and regular ADC conversions.

  • Add methods for configuring ADC Regular conversions with external trigger
  • Add example to showcase how both regular and injected ADC conversions can be used simultaneously
  • Left the old ADC read() method as it was for backwards compatibility

Jacke-debug and others added 30 commits April 28, 2025 20:11
…tput_idle_state to accept channel iterator as input
@xoviat xoviat self-requested a review November 4, 2025 12:44
@xoviat xoviat self-assigned this Nov 4, 2025
@xoviat xoviat removed their request for review November 4, 2025 12:44
@xoviat
Copy link
Contributor

xoviat commented Nov 4, 2025

The first question I have is how the regular conversion differs from the readable ringbuffer that I have implemented. If injected conversions were not a factor, would that be sufficient?

@Jacke-debug
Copy link
Contributor Author

The first question I have is how the regular conversion differs from the readable ringbuffer that I have implemented. If injected conversions were not a factor, would that be sufficient?

Yes, thanks for highlighting. It seems to cover my needs for the regular channels. I will scrap this PR and open a new one based on the RingBuffer module instead: #4840

@Jacke-debug Jacke-debug closed this Nov 4, 2025
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.

4 participants