• STM32F107 USB HID
    Hi, I am working with STM32F107. want to know how to enable USB HID using keil.
  • STM32_Init.c for STM32F107
    Until now I used the configuration Wizard and the file 'STM32_Init.c' to configure the peripherals of the STM32F103 series controllers. Now we would like to use the newer STM32F107, but I found out...
  • Help witch STM32F107 and ethenet
    Hello! I have trouble with convert the file ETH_STM32x.c (microcontroller STM32F107 from ST) to work with STE100P PHY controller. Can someone help me make changes? Best regards Andrew
  • STM32f107-Cortex-M3
    Hi every one! I'm beginner in STM32 series of Cortex-M3 microcontrollers. In first, i want to know that how many parameters is necessary to make a true c code for STM32F107 in Keil. it's mean that...
  • PA3 GPIO problem Stm32f107
    Hi, Here is my GPIO settings for PA3 GPIO_InitTypeDef GPIOSt; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); GPIOSt.GPIO_Mode=GPIO_Mode_Out_PP; GPIOSt.GPIO_Pin=GPIO_Pin_3; GPIOSt.GPIO_Speed...