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

Executable format for flashing under Linux

Hi,I use Linux as a development environment for STM32F429. I've created several Makefile files for my project and I'm able to compile it. Now I'd like to flash project's output binary file to STM32F429. I know that it is possible to mount STM32F429 ...

WKowo by Associate II
  • 593 Views
  • 3 replies
  • 0 kudos

I2C Reception Issue with DMA in HAL Library

HelloI am implementing I2C transfer with DMA in stm32.Processor: stm32l152rdt6DMA Configuration:I would like to continuously receive 3 bytes from master, so I use circular mode.NVIC Configuration:I2C Initialization Code: hi2c1.Instance = I2C1; hi2...

0690X00000AA9vBQAT.png 0690X00000AA9vLQAT.png
MHuan.18 by Associate
  • 251 Views
  • 0 replies
  • 1 kudos

More documentation about VOSRDY

Hello,STM32F4 and F7 have a VOSRDY bit in PWR->CSR. Documentation about the bit is nearly not existant. On a F4, while still running on HSI, I changed the VOS setting. Waiting for VOSRDY in that state never succeeded. Looking for that bit just before...

Labels