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

TotalFifoSize in STM32f107

Posted on October 17, 2011 at 17:52I have been looking at the USB OTG Libraries for the 105/7 and I've come across the variable  TotalFifoSize.  It's set to 320, when using the Full speed core.I was wondering if anyone knew if this was because of a ...

Wii Motion Plus (Cant connect)

Posted on October 17, 2011 at 00:14The original post was too long to process during our migration. Please click on the attachment to read the original post.

VCP Demo

Posted on May 05, 2011 at 11:13VCP Demo

greg_t by Associate II
  • 918 Views
  • 5 replies
  • 0 kudos

I2C rev. 03 19 june 2007

Posted on September 30, 2011 at 20:39Hi all,does anyone know if STM32 family I2C master supports 24-bit device ID reading from an I2C slave? I have a slave compliant to I2C rev 03 standard and I need to read it's device ID. Please help, have you any...

brazov22 by Associate II
  • 996 Views
  • 5 replies
  • 0 kudos

STMF103R8T6 SPI2 slave receive

Posted on October 13, 2011 at 17:15Hello,We are trying to send a 44 byte report over SPI from one STM32F103 to another board.  Our master sends this data out every 5ms, and our slave receives data based on an interrupt. We are experiencing an issue ...

youssef by Associate II
  • 756 Views
  • 4 replies
  • 0 kudos

STM32F10xxx Flash over writing/programming

Posted on October 12, 2011 at 10:48Hi, I need to reset individual bits in already written word/byte in the on-chip flash (from 0x0800 0000). The problem is that according to Programming manual PM0075 (STM32F10xxx Flash memory microcontrollers) : Fla...

vv by Associate
  • 824 Views
  • 4 replies
  • 0 kudos

FSMC and NOR memory configuration

Posted on October 14, 2011 at 13:08Dear all, I''m facing some problems with FSMC configuration. I've STM32F103ZE connected with M29W640GT NOR async non multiplexed flash external memory. I've already read AN2784 and studied STM32F10xxx firmware lib...

samuele by Associate
  • 421 Views
  • 0 replies
  • 0 kudos

Backup register not working on STM32F105RC

Posted on September 30, 2011 at 08:33I am using STM32F105RC microcontroller on a custom designed board, the microcontroller runs at 72MHz, no crystal (& its decoupling caps) is connected for RTC, CR2032 3V battery is connected to Vbat directly (no o...

STM32F103 and TIM3 and DMA - how to?

Posted on October 13, 2011 at 13:58Hello all, I have linebuffer[256] and want to quickly send it to GPIOB15-8. In TIM2_IRQ, I enable DMA and TIM3 is used for DMA requests. I am trying following configuration:   RCC->APB1ENR = RCC_APB1ENR_TIM2EN | RC...

vaclav23 by Associate II
  • 882 Views
  • 1 replies
  • 0 kudos

Is there a unique ID available to read from each MCU?

Posted on October 07, 2011 at 11:21Hello, I'd like to know if there is a unique ID available on each STM32F10x, that can be read from ROM, and that can not be changed by the user. I would like to realise a copy-protection function with that ID. if...