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

de-initialize USB completely

Posted on June 16, 2014 at 10:01Hi, I work with STM32L1 and use the USB in VCP. The firmware work perfectly. I use the library ''STM32_USB-FS-Device_Lib_V4.0.0'' and I use the example firmware ''VirtualComport_Loopback'' The usb work!. but I need co...

RTC subseconds issue

Posted on June 16, 2014 at 15:25Hi,I am working on STM32F303VCT6.The source clock is a cristal of 32.768Khz.I need to have a time resolution on the RTC of 1ms. So I have arranged the prescalers as follow:SynchPrediv = 0x3E7;  AsynchPrediv = 0x21;My ...

STM32F4 and double returning value divided by 10.

Posted on June 16, 2014 at 10:16Hi guys, i recently started to work with orientations and quaternions. Said to do a little math in paralel with my program with a excel spreadsheet. I have the following q`s values double q1=0.99551634; double q2=-0.0...

Bogdan by Senior
  • 737 Views
  • 5 replies
  • 0 kudos

Optimising memset() and memcpy() with DMA (STM32F407)

Posted on June 16, 2014 at 03:15Hi All I have a test were the following 6 operations are performed using standard memcpy() and memset() [working with a byte pointer and a loop]. On an STM32F407 at 168MHz with M2M operations in SRAM. 1. clear 2k byte...

hpipon957 by Associate III
  • 2077 Views
  • 0 replies
  • 1 kudos

STM32F2xx IP Address

Posted on June 11, 2014 at 12:52Hi everyone, I am trying to send and receive TCP packets from  PC to my STM3221G-EVAL Boards however I need to know ip address of my boards.. If someone tell me how to find the IP adress of STM3221G-EVAL    thanks. 

STM32F4 Discovery USB virtual com

Posted on June 15, 2014 at 08:14Where can I found an example about STM32F4 Discovery USB virtual com? When the blue button is pressed I have to send a data to the virtual com.  bye

cchechio by Associate II
  • 368 Views
  • 1 replies
  • 0 kudos

How to use the fpu in stm32f4xx ?

Posted on December 13, 2011 at 21:24Hi, How do I exactly use the fpu after enabled it ? How do I for example put 5.5 into it and add 3.25 for example Dooes my software have to do the conversion and just let the fpu cdo the addition , or is the fpu a...

manes6969 by Associate II
  • 3272 Views
  • 15 replies
  • 0 kudos

Flash programming STM3221G-EVAL

Posted on June 13, 2014 at 20:34Hi everyone, I would like to flash programming my Stm3221G-Eval Boards without using The ST_link..I already configure the boot mode {boot0,boot1} and the boards is properly connected to the PC via an RS232 cable  ... ...