STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2346 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
  • 403 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 ...

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...

Conflicting of two interruptions configuration

Posted on June 13, 2014 at 15:51Hello, I have a problem to configure two interruptions in the same time. The first one is to receive data from UART, the second one is to send data to motors. After several successful itterations, UART Status stops at...

aymane by Associate
  • 203 Views
  • 0 replies
  • 0 kudos

UART STM32F429 & STM32F407 discovery

Posted on June 13, 2014 at 09:05Hi, I'm testing the two discovery STM32F429 and STM32F407. What I've done so far is that the 429 sends data to the 407 through UART4. The 407 interrupts at every character received, and all works fine! If I do the opp...