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

Pin configuration for USART.

Posted on June 23, 2012 at 00:01hi all,readme.txt say like..- STM3210C-EVAL Set-up     - Connect USART2 Tx pin (PD.05) to USART3 Rx pin (PC.11)    - Connect USART2 Rx pin (PD.06) to USART3 Tx pin (PC.10)@note In this case USART3 Tx and Rx pins are r...

hello by Associate II
  • 936 Views
  • 1 replies
  • 0 kudos

Configuring input pull-up or pull-down

Posted on June 22, 2012 at 20:54Hi, I am using the STM32F103ZG device and looking through the reference manual (RM0008) I cannot find how, when a pin is configured as ''Input Pull-up/pull-down'', to select the pull-up or pull-down option. Having don...

dsjnews by Associate III
  • 2781 Views
  • 2 replies
  • 0 kudos

How to use the USB ISO IN Endpoint

Posted on June 21, 2012 at 09:40Hello.I have a probem with the ISO IN Endpoint. Double buffering is not working.The STM32F103RD is sending right data only from one buffer. Data from another buffer is wrong.My code:  /* Initialize Endpoint 1 */  SetE...

loginov by Associate
  • 567 Views
  • 1 replies
  • 0 kudos

SDcard with SDIO interface and FATFS

Posted on June 07, 2012 at 18:46Hello, i connected sdcard to my stm32f4discovery board, used SDIO example for low level init, and fixed fatfs so i can write data and read that later with computer But fatfs code is to complex for me to understand, do...

linas2 by Associate II
  • 2417 Views
  • 16 replies
  • 0 kudos

Timer using external clock nr 2

Posted on June 22, 2012 at 12:56  I'm using a STM32F103RBT6.Basicly I want to clock TIM1 (it should work on this frequency because of the Fmax from APB2) external with an 25.5 Mhz signal and use the Update_IRQ. Thats all.I can start TIM1 and use the...

ullmann by Associate
  • 957 Views
  • 3 replies
  • 0 kudos

No Flash size register on STM32F2xx?

Posted on October 17, 2011 at 12:26STM32F2xx reference manual Doc ID 15403 Rev 3 doesn't list a Flash size register in chapter 33 Device electronic signature Is there really no such register? #missing-functionality

Unique device ID register address in STM32F2xx

Posted on June 11, 2012 at 13:45Hello, I’m trying to get the uID from a STM32F207 microcontroller using the integrated bootloader connected through the USART1 (as described in AN3155). I’ve already implemented this feature for other microcontrol...