2021-09-01 07:50 AM
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.
Solved! Go to Solution.
2021-09-01 11:36 AM
You can report them here and add the topic "Bug-Report". However, this one has been reported multiple times and "it is reported internally to be fixed".
2021-09-01 11:36 AM
You can report them here and add the topic "Bug-Report". However, this one has been reported multiple times and "it is reported internally to be fixed".
2021-09-01 11:50 AM
OK, thanks. I didn't know that it was already reported. I am new here.