• Configuring UART in STM32F429I DISC1 board
    Hello, I recently started learning ARM programming and currently taking a course on Udemy. It covers GPIO, SPI, I2C and and UART register level programming. So far I have only been able to make GPIO...
  • wireless communication with stm32f4 discovery
    Hi Everybody; I want to send data from stm32f4 with HC-06 bluetooth and also save this data by another stm32f4. the second stm card is also used HC-06 bluetooth. in the second stm card I want to add...
  • regarding pwm issue in stm32f4 discovery board
    hi all, i am using the stm32f4 discovery board to drive my stepper motor in the rpm of between 0.001 to 500 RPM. for this i am using pwm. my clock frequency is 32MHZ and prescale for ABP1 is divided...
  • ethernet connection program stm32f4 discovery board
    Hi, I am doing my pump project using stm32f407vg controller. I want to control my device through pc. where i have developed a .NET software for various parameters. through that i want to control the...
  • Output Compare not working for STM32F407 Discovery Board
    Hi, I am working on STM32F407 Discovery board. I am trying to use output compare mode in stm32 for led toggle. Here is the code I have written #include "stm32f4xx.h" //Header File for STM32F4 device...