embassy-rs / stm32-data

69 stars 101 forks source link

STM32G4: ADC Resolution enum is error #440

Closed qff233 closed 5 months ago

qff233 commented 5 months ago

图片 Here is stm32g4 series register config. ADC resolution will be set 12bit when res of cfgr is set 0x00, But I found the bit was error in Resolution enum. 图片 stm32g4 has not 16bit resolution for ADC!