Starting ADC convertion while ADC is in ADC_COMPLETE state causes ChibiOS panic
Open
- Dominant language
- C
- Stars
- 138
- Forks
- 69
- Avg merge
- 5d 20h
- Merged PRs (30d)
- 4
Description
https://github.com/FOME-Tech/fome-fw/blob/47eca30d11842da8fb8221e81f31286a2046590a/firmware/hw_layer/ports/stm32/stm32_adc_v2.cpp#L313
See fix https://github.com/rusefi/rusefi/pull/7710
While this should no happen as ADC conversion time is much less than trigger period, this is still possible at heavy IRQ load or with long lock sections.
Contributor guide
Assessment
This issue has not been assessed yet.