STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 StdPeriph GPIO_MODE

i use nucleo-f446ze learning how to use STM32F4 stdperiph,but in STM32F4XX_GPIO.h,GPIO_MODE only have 4 mode,GPIO_Mode_IN = 0x00, /*!< GPIO Input Mode */GPIO_Mode_OUT = 0x01, /*!< GPIO Output Mode */GPIO_Mode_AF = 0x02, /*!< GPIO Alternate function M...

Resolved! Failing to read useful data from ADC of STM32f411

Hello,upfront, it might be an incredibly dumb problem on my behalf as I am fairly new to this.For a couple days now I have been trying to read out the voltage through the onboard ADC configured for 12 bits but all I am getting back are values in a si...

config.png
Qwyntex by Associate III
  • 2012 Views
  • 7 replies
  • 0 kudos

Problems dividing HCLK - STM32L433RCTxP

Hi, everyone.When implementing a sort of delay function using Timer2 to have a more precise time control, while putting the MCU in power-saving mode, I noticed that the division performed to the APB1/2 clocks does not correspond to what's programmed....

PMach3_0-1706021909745.png PMach3_1-1706022077042.png PMach3_2-1706022108158.png PMach3_3-1706022143607.png
PMach.3 by Associate II
  • 734 Views
  • 3 replies
  • 0 kudos

ST-Link V2 error No target connected

Posted on July 24, 2015 at 16:37Hello everyone.I am using a custom board with STM32F030C8 on it and ST-Link V2 for programming and debugging on keil MDK v5.14.It worked fine and i was able to burn and debug the firmware. Yesterday i programmed an ex...