• problem with "bool" type
    Hello, I have used an example project as a base for my project(SysTick for STM32Discovery). I wrote some additional code using some variable of boolean type. Compiler doesnt show any errors in this...
  • I2C stm32f3
    Hello guys, I would like to ask for some help concerning I2C communication. I am an amateur regarding this type of communication and struggle making an easy write cycle. Here are the facts: ...
  • stm32f3 comparator
    STM32F3 Comparator hello everyone I am a beginner in STM32F3 and I found a problem with the comparator. I have no compilation error but its not working. If anyone can help me I would be grateful ...
  • Configuring ADC in STM32F3
    Hi, I'm trying to use an ADC in my STM32F3 Discovery. I've prepared a code as follows #include "stm32f30x.h" #include "stm32f30x_rcc.h" #include "stm32f30x_adc.h" #include <stm32f30x_gpio.h> #define...
  • STM32F3 fail to download to flash
    Hi, I'm new with Keil software so in advance please be patient with me. After all software installation I decided to test a demo code in my STM32f3discovery board, but... at the moment on clicking...