STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f3 discovery(stm32f303VC) ADC channel to pin pairings

Posted on October 06, 2015 at 23:37We are trying to find the pins numbers for each adc channel.We know that ADC1 channel 7 is connected to pin PC1 but can not find information in the datasheets on the rest of the pin pairings. Your help is greatly a...

djaworsk by Associate
  • 397 Views
  • 1 replies
  • 0 kudos

How to cancel transfer on OUT pipe of USB?

Posted on August 10, 2015 at 10:14Is there any way to cancel OUT transfer (receive) on STM32 using CubeF4 library?I use USB in my device to communicate with PC (STM32 is ''device'', PC is ''host''). If client (PC side) program is ''crashed'' and my ...

l-proger by Associate III
  • 779 Views
  • 3 replies
  • 0 kudos

Controlling the ADC Sampling Rate

Posted on December 23, 2014 at 19:32I've posted on this before, thought I'd nailed it correct, but did not, as there are inconsistent results. I am using the Discovery STM32F4 development board, along with IAR compiler/workbench. Can someone please ...

GPIO clock gating on STM32

Posted on October 06, 2015 at 20:13Hi! I was wondering if clock from RCC to GPIO peripheral is needed other times than accessing GPIO registers. On STM32F051 datasheet it says for example that current draw when clocked is 9uA/MHz on GPIOA and 12uA/M...

STM32F407VG DISCOVERY BOARD

Posted on February 05, 2015 at 08:41how to get output signal on DAC by using matlab simulation environment with STM blocks. C code must be generated via simulation only. #stm32f4xx

13meep34 by Associate II
  • 450 Views
  • 1 replies
  • 0 kudos

Query on Bootloader Firmware for STM32F072xx

Posted on October 06, 2015 at 17:44Hi, I'm relatively new to STM32 series of SOCs and there seem to be pleothra of information on Bootloader and Device Firmware update. These are perhaps the two major reason, why I do not have a clear picture of DFU...

gmate1 by Associate II
  • 549 Views
  • 4 replies
  • 0 kudos

GPIO speed

Posted on October 06, 2015 at 17:31I am working on a STM32 NUCLEO 152RE.When initializing a I/O pin of a digital port, one of the options is to set its speed. The available options for L152 are:GPIO_Speed_400KHz = 0x00, /*!< Very Low Speed */  GPIO_...

Need help for STM32Cubemx to select toolchain

Posted on October 04, 2015 at 17:49Hi,i am using stm32f105 microcontroller for usb application. i installed stm32cube. and configured but at the end i m confused to select toolchain. Which toolchain is to select.I am using eclipse, so from this drop...

0690X00000604spQAA.png
SS.Sagar by Associate III
  • 577 Views
  • 4 replies
  • 0 kudos

Need help initializing RTC on STM32F407

Posted on July 18, 2012 at 22:11Hi I am trying to write date and time to the RTC which I later will read.But something in my RTC configuration doesn’t work and reading the values in debug mode shows that the RTC registers that I try to set never g...

How to put LCD on 429I-DISCO board in landscape mode?

Posted on October 06, 2015 at 17:39How do you put the LCD on the 429I-DISCO board in landscape mode using 320x240 size instead of 240x320 and using the HAL and BSP, not STem? I'm familiar with XY-mirror etc. However, I cant figure out how to create ...