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

Unable to use USART1_TX PA9 pin because of USB conflict?

Posted on August 22, 2014 at 17:09 Hello everybody! It's not my first experience with USART but this time I have an unsolvable problem :) I try to use USART1 TX with the pin PA9 but I can't send datas. The pin PA9 always outputs 1.1V and...

jean by Senior
  • 1532 Views
  • 8 replies
  • 0 kudos

stm32f100 U(S)ART and busy flag

Posted on August 25, 2014 at 19:58I read the reference manual for circuit mentioned but I cannot find any flag in register for USART that will show there is some transmission/reception active. Is there someone who solved similar problem? I need this...

semler by Associate II
  • 1001 Views
  • 6 replies
  • 0 kudos

Getting absolute variable addresses for STM studio

Posted on August 27, 2014 at 13:08HiI am using the stm32f072b discovery board for a project I am doing at my university.  I want to read values from the gyroscope and read them using stm studio. How would I found out where the address for the absolu...

16270827 by Associate
  • 484 Views
  • 1 replies
  • 0 kudos

STM32f4 SPI spurious Interrupt problem

Posted on August 27, 2014 at 09:47Hello,Kindly help me resolve the STM32F4 SPI interrupt problem.I am trying to connect two stm32f4 boards, one of it is stm32f439 evaluation board and other one is stm32f407 based my development board. I am testing i...

jagdish by Associate II
  • 601 Views
  • 1 replies
  • 0 kudos

Where can I find the UM1725 user manual?

Posted on April 15, 2014 at 11:28Hi all, it is stated within the UM1718 user manual that ''the following documents are available from http://www.st.com:''; Description of STM32F4xx HAL driver user manual (UM1725) and Description of STM32F2xx HAL dr...

jamsoft by Associate II
  • 2724 Views
  • 9 replies
  • 0 kudos

Problems due to STM32F417 Silicone Revision 1?

Posted on August 26, 2014 at 16:44Dear community, one of our products uses a STM32F417IGH6 controller and has previously been build using silicone revisions A and Z. The current batch is the first with silicone revision 1 and serveral problems came...

bve by Associate II
  • 913 Views
  • 4 replies
  • 0 kudos

STM32Cube_FW_F2_V1.1.0 Documentation location ?

Posted on August 22, 2014 at 11:43I have downloaded the STM32Cube_FW_F2_V1.1.0 package and trying to use the STM32F2xx_HAL_Driver with a STM32F205RET6. Where to find the latest HAL documentation? (The ''Documentation'' folder in the zip was empty)

bjorn23 by Associate
  • 574 Views
  • 2 replies
  • 0 kudos

STM32F030F4

Posted on August 25, 2014 at 21:10Please where can I find correct header files for the 20 pin STM32F030F4 devices? Cheers Felix

felix2 by Associate II
  • 781 Views
  • 3 replies
  • 0 kudos

[STM32f4-Discovery] I2S RX Master with DMA

Posted on March 06, 2013 at 19:44 Hi I have some questions for the following scenario. I want to configure the dma controller to transfer data from an digital i2s mems microphone to the memory. The I2S (SPI2) is the rx master and the memor...