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

STM32F103RET High speed communication with SDcard!!!

Posted on August 12, 2016 at 14:26Hi I want to know if I can reach a writting speed of 3-4Mbytes/sec to MicroSD ?Microcontroller is STM32F103RET.Clock rate: 72MHz.MicroSD 2-4G calss 10.SDIO protocol.If you have any same experience , please to help m...

eleman3 by Associate
  • 415 Views
  • 1 replies
  • 0 kudos

STM32Cube: STM32F334 HRTIM configuration for external pins

Posted on August 12, 2016 at 10:48Hi, I was trying to configure HRTIM of STM32F334C8T of my STM32F3348DISCOVERY board with STM32Cube and encountered an issue. I set External Event 6 as: - Source : External Pin (source 1) - Polarity : high - Sensitiv...

tgadeyne by Associate
  • 575 Views
  • 1 replies
  • 0 kudos

SPI communication two MCUs - bitshift

Posted on August 12, 2016 at 12:12Hi, I want to transmit and receive data between two STM32F401RE NUCLEO boards. Performance does not matter, so the simplest approach seems to be using the blocking HAL_SPI_TransmitReceive(..) function on both sides....

Bug Repport: CubeMX 4.16.0 DMA ''Use FIFO'' Checkbox stuck

Posted on August 10, 2016 at 23:11Using CubeMX version 4.16.0 with DMA it does not let you turn off FIFO mode. The check mark does not deselect. The generated source code needs to be manually modified to turn off FIFO. After the following change the...

0690X00000604vAQAQ.png 0690X00000604v6QAA.png
ayarema by Associate II
  • 721 Views
  • 3 replies
  • 0 kudos

STM32F4 HS USB incomplete isochronous OUT interrupts

Posted on October 03, 2014 at 01:12Hello! I`m use STM32_USB-Host-Device_Lib_V2.1.0 and try to run the USB audio device on STM32F407VE + USB3300, the device is properly detected and any audio player starts playing, but the data did not come as soon a...

STM32F407ZG Additional ADC functions

Posted on August 10, 2016 at 07:24I am using STM32F407ZG. I have 17 ADC channels as inputs and it is mentioned in the datasheet that there are 24,12bit ADC channels available to this chip. But how to configure these additional functions of the pin?

mhinge9 by Associate
  • 630 Views
  • 3 replies
  • 0 kudos

STM32L0: Pause Timer ?

Posted on August 11, 2016 at 16:00Hi, When using a Timer and Compare value mode to generate an interrupt when the compared value is reached:         - Is it possible to pause the timer so that its current count value is halt instead of reseting the ...