User Activity

Hi,I just powered up my own board and i just wanted to start debuging.The first thing i tried was to connect with the STM32 ST-Link Utility and an ST-Link V2.This works fine. I can connect via SWD and can read the Chip-ID and see the Flash.In terms o...
I am having issues initializing and using the ADC on the STM32F051K8T6 MCU. My procedure looks as followswhenever I debug the code with the ST-LinkV2 and reach and execute the mentioned line: /* enable */ hadc.Instance->CR |= ADC_CR_ADEN;The debugger...