2015-02-23 01:49 PM
In attempting to validate a schematic design in progress I used CubeMX to verify that none of the I/O assignments and peripheral functions being called out in the schematic were going to conflict. I noticed that at least 3 ADC channels that appear to be valid according to the data sheet, but through CubeMX they are not selectable.
PA2/ADC2 PA7/ADC7PC2/ADC12Overall CubeMX is a great product, looking forward to this being fixed. #stm32l152 #cubemx #adc2015-03-05 07:17 AM
Hello,
Actually STM32CubeMX complies with STM32L1 reference manual that states that COMP1 and ADC can not be used as the same time. Please see Chap 14.4 Fig 64 and comments for details.2015-03-09 07:39 AM
But I'm not using COMP1. In fact with no other functions yet selected I could not select the ADCs mentioned in the initial post. I have since upgraded to the newest version of CubeMX and the ADCs are now selectable.