User Activity

Hi, I am a newbie with STM32. I need help.I want to configure that PA15 pin (which by default is used as JTDI), as a GPIO output.I've added the following two lines to the beginning of the generated code of MX_GPIO_Init():LL_GPIO_SetAFPin_8_15(GPIOA,L...
Hello, I am using the STM32F2xx ev board to develop a simple application that utilizes the USB port as a HOST. I would like to check if a device has been connected to the port and it causes over-current on the USB.Looking into the source code, It see...