• 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...
  • Error setting NVIC priority usng std periph lib
    I'm using the Keil development board with a cortex 4 stm32f407. I started with the RT flash file system example which uses a uart and then added the RTX OS to setup some threads. Now I'm trying to add...
  • 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...