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

STM32F107 USB-OTG documentation

Posted on March 11, 2013 at 22:01Hello everyone,I’m working with STM32F107 and need to use USB-OTG in project. For some reasons OTG library (USB HID throughput) is not good enough. And it seems like OTG_FS programming model chapter in STM32F1x Ref...

ageeav by Associate
  • 994 Views
  • 4 replies
  • 0 kudos

STM32SnippetsF0

Posted on March 06, 2014 at 15:40A bunch of examples avoiding the ''library''. https://my.st.com/st-extranet-web-active/active/en/news/n3525 http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1743/PF260157 Way to go, ST. I hope we will see ...

How to debug code freeze in STM32F401

Posted on March 05, 2014 at 01:28Hi, I am running my own code on STM32F401 Discovery board. Sometimes (pretty rarely) the code freezes. I added sufficient logging to HardFault_Handler, but it is not executed. I am not sure, but most likely the code ...

jhnlmn by Associate III
  • 2357 Views
  • 5 replies
  • 0 kudos

SPI and SDcard ?

Posted on March 09, 2014 at 12:38Hello Guys, Is it possible for me using SPI on STM32F103 for SDCard interfacing ? Any library I can use as a reference ? Thank you

FS usb on STM32F3

Posted on March 07, 2014 at 12:10Hi, I have implemented an CDC class on STM32F3 discovery board with the USB-FS library and it works fine. I'm processing data all the time in a while loop that has a frequency of about 50 Khz.After processing i send ...

DMA does not go to the interrupt handler

Posted on March 07, 2014 at 23:41I got my DMA working fine , and I can perform transfers successfully , but when i enabled the DMA Transfer complete interrupt , it does not go to the handler , ....... the transfer is done successfully and i can see ...

Newbie on stm32 (USB HID or CDC on f3 discovery)

Posted on February 28, 2014 at 23:00Hi, i'm newbie on stm32 and i have some questions about it ! I have f3discovery and i would like to communicate with my pc by usb ! I want to send to my pc the angles values of the gyroscope. On my pc i use Qt. I ...

idealsim by Associate II
  • 460 Views
  • 2 replies
  • 0 kudos

flashing STM32 - BIN specification

Posted on March 07, 2014 at 18:23Hi. I'm writing a pc tool for flashing STM32F407 using USART. I got familiar with AN2606 (bootloader) and AN3155 (USART protocol). One thing I don't know is the BIN file specification. Can I just write to STM32 the c...

blul by Associate II
  • 2803 Views
  • 7 replies
  • 0 kudos

3 channels on ADC1 and DMA

Posted on April 10, 2013 at 07:59 Hi Everbody, I'm trying to configure 3 channels of the ADC (Vbat, Temp and another analog input). Yesterday, I managed to read the value of Vbat. Now I would to read the value of the three channels, but I...