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

Delay function using __WFI()

Posted on April 26, 2015 at 17:04Hello, I have seen and implemented timer based delay function either based on TIM or systick, and they rely on a variable being inc/dec by the ISR till it satisfies a certain condition inside the Delay loop which all...

STM32 USART IAP

Posted on April 19, 2015 at 06:59Hi, I'm trying AN2557 FW3.30 from ST's website. i run it and I fill it succesfully when download first application at 0x8003000-0x8004209. but for second time, the downloading is failed. then i go to check flash cont...

stm32f407 gui on pc via usb

Posted on April 25, 2015 at 16:49Hi, I have made a project and I want to control some parameter's values from my pc's screen using usb communication.. Is there any easy way to make a simple GUI and control these values?PS: I've never made a GUI befo...

zarkscon by Associate II
  • 565 Views
  • 4 replies
  • 0 kudos

Need help with RS232 receive & STMCubeMx

Posted on August 02, 2014 at 08:45Hi,I'm using RS232 on USART2 of STM32F407 with CubeMx 4.0. I have a protocol which starts with '[' and ends with ']'. I need everythin between 2 braces and I have variable record length. So its not possible to use H...

Osto by Senior
  • 834 Views
  • 10 replies
  • 0 kudos

problem with DfuSe tool

Posted on April 25, 2015 at 11:47HiI want to use to DfuSe tool for my application. I use L6470 stepper motor driver and STM32F107RC microcontroller in my board. My DfuSe tool is V3.0.4. I load firmware to the board by using the DfuSe demonstration s...

yasamin by Associate II
  • 363 Views
  • 0 replies
  • 0 kudos

Flash page size for STM32F405?

Posted on April 25, 2015 at 03:55What is the page size for flash on the STM32F405 chip?  I can find the layout of the flash in RM0090 manual, but the page size is nowhere to be found.  Is there somewhere else I should be looking?  Surely it's docume...

TDK by Guru
  • 375 Views
  • 2 replies
  • 0 kudos

Max heap size and allocating memory

Posted on April 24, 2015 at 19:12Hi!I have STM32F407VET6 MCU with 192kB RAM. I need allocate 150kB for storing image after processing data. However I can't allocate such big array. I though I should increase heap size, but I can't increase it more t...

wojdembi by Associate
  • 896 Views
  • 3 replies
  • 0 kudos