problem with pin configuration in STM8L-Discovery (broken pin?)
Posted on November 16, 2011 at 11:27I configured the PC4 and PC7 ports both as inputs: GPIO_Init(GPIOC, GPIO_Pin_7, GPIO_Mode_In_FL_No_IT); GPIO_Init(GPIOC, GPIO_Pin_4, GPIO_Mode_In_FL_No_IT); I would like to use these two pins with the ADC (channel...