• 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...
  • Interfacing STM32F107 with a GSM Modem
    Hello, I am trying to use the STM32107VC EVAL board to send a message using a GSM Modem by sending AT commands via the USART. I have created the following code for the same. The output is showing...
  • STM32F107 Simulation Support
    Hi! Is there any timeline you are planning to extend the simulation support for STM32F107 device? On your page you are saying simulating the "Power, Reset and Clock Control(PRCC)" is possible...
  • STM32F107 USB HID
    Hi, I am working with STM32F107. want to know how to enable USB HID using keil.
  • STM32F107 - NVIC - Priority
    Using a STM32F107VC (on the MCBSTM32C) I am able to setup and run an interupt driven peripheral. However, I am unable to set the priority of that interrupt using the 'Standard Peripheral' functions...