cancel
Showing results for 
Search instead for 
Did you mean: 

How do I report an error in Cube initialization code?

MKass.1
Associate II

I am using stm32L412CBU microcontroller and I am using both ADC units. The code generation generates this line of code:

PeriphClkInit.AdcClockSelection = ADCCLockSelection; which is incorrect according to the structure RCC_PeriphCLKInitTypeDef for this controller, you will find that this member is disabled for this particular controller.

1 ACCEPTED SOLUTION
2 REPLIES 2
MKass.1
Associate II

OK, thanks. I didn't know that it was already reported. I am new here.