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

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
  • 385 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
  • 3477 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  ... ...

Help with RTX setup

Posted on June 13, 2014 at 22:50I think I am having some trouble setting up RTX on the STM3240G-EVAL (STM32F4 series). I have (supposedly) configured the timer for a 1 ms tick rather than the default 10 ms. I have a task that supposedly turns on an ...

tyx3gu by Associate II
  • 680 Views
  • 1 replies
  • 0 kudos

European Workshops - Manchester June 17th

Posted on June 13, 2014 at 14:17Hi,Just wondering if anyone else has signed up for this workshop? I signed up with about 4 others but we're not sure if it's still happening or not? These events need at least 8 attendees to go ahead and we can't get ...

jono-tree by Associate II
  • 1112 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 nucleo-L053 - systick code

Posted on June 11, 2014 at 22:54Hi, I used CubeMX 4.2 to generate code skeleton for L053. I have no problem with simple programs (LED blinking, etc). But I cannot use systick. I understand that HAL_init() takes care of setuping the systick. Unfortun...