STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 359 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
  • 183 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...