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

[Windows 10 x64] CubeMX updater deleted executable

Posted on March 20, 2017 at 08:40I tried to update STM32CubeMX yesterday to V4.20 using the built in updater (via Check Update Manager). After files were downloaded the update process started normally. Right after installation appeared to have compl...

parsec by Associate III
  • 809 Views
  • 5 replies
  • 0 kudos

Resolved! STM32F091RC I2C DMA transfer complete

Posted on July 06, 2017 at 08:00Hello everybody,I am using I2C interface in master mode to collect data from external slave device with DMA in non-blocking mode.- HAL_I2C_Master_Transmit_DMA- HAL_I2C_Master_Receive_DMAMy program is working fine sinc...

Why is model running faster than real-time?

Posted on July 07, 2017 at 17:39Hi,I've been trying to use STM32-MAT with MATLAB with an stm32f4-discovery board. I've been having some issues and wanted to post on that for other people. Also I have a problem, I'm not sure how to fix.I use followin...

Resolved! STM32F0 LL Library RCC Bug

Posted on July 05, 2017 at 13:52Hi,There is a bug in F0 LL library rcc module.RCC_GetSystemClockFreq() is incorrect if the mcu use HSI48 as system clock,in this case it returns HSI_VALUE but not 48MHz.

STM32F746ZGT6 problem with custom board [urgent]

Posted on July 04, 2017 at 21:00Dear all,   We have been developing a custom board featuring STM32F746ZGT6, and we have encountered some problems.   We are able to program the MCU using the ST-link with no problems, however, the MCU does not do anyt...

STM32F103 Shift PWM

Posted on July 06, 2017 at 18:15Dear Support,Hi,I've created two PWM with a 50% duty cycle using STM32F103 and its timer8. Now I would be grateful if you tell me how to shift one of the PWMs?#stm32f103-shift-pwm

nxp by Associate II
  • 515 Views
  • 3 replies
  • 0 kudos

Resolved! CubeMx 4.20.0 and oscillator problem

Posted on March 24, 2017 at 12:52I see when you change settings on RCC,  from internal oscillator to external, both line on .ioc file are setted and the code generated is this:RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORT...

Marco1 by Associate II
  • 433 Views
  • 4 replies
  • 0 kudos

STM32F4 DMA problem since firmware package 1.15

Posted on July 07, 2017 at 08:45We are using an STM32F429 together with external SRAM, SD card and LCD display, utilizing STemWin. The framebuffer for the display is located in the external SRAM, as is another buffer that is used to write to the SD ...

STM32L0 EEPROM programming with keil

Posted on July 04, 2017 at 07:57Hello, everybody.Hello everybody. I use Keil and ST-Link for programming STM322L073 Flash and EEPROM. I try to program them simultaneously but only Flash is written.Is there any way of writing Flash and Internal EEPRO...