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

Is there a guide on how to use I2C with DMA?

Bonjour,I've been able to use I2C to communicate with I/O extender and display drivers with HAL. I'm now trying to use the I2C with HAL using DMA.The problem is that UM1785 Description of STM32F0 HAL and low-layer drivers is a bit vague on explanatio...

Matth1 by Associate III
  • 16830 Views
  • 4 replies
  • 5 kudos

STM32Uxx: OCTALSPI direction signal (is missing)

I need level shifters, using QSPI signals with 1V2 logic (MCU can just be set for 1V8, so I need level shifters).I have realized: bi-directional level shifters for 1V2 are pretty slow (and rare). Level shifters which have a DIR signal (to turn the di...

STM32 Technical Updates are back : 2024 Newsletter 1 !

Dear STM32 users and developers, This new thread is back and is dedicated for our technical developers community to share last STM32 updates, the first part will be products documentation news such as datasheets, Erratas, Applications notes  followed...

STM32 Technical updates - 2024 Newsletter1.png
STOne-32 by ST Employee
  • 1759 Views
  • 4 replies
  • 14 kudos

External Loader file not working

I am using STM32L562, we have replaced MX25LM51245G with, IS25LP128F external flash.We have integrated its driver and it is working fine. But we want to flash binary using STM32_Programmer_CLI.exe and or STM32Cube programer.For that, I have tried to ...

PYada.1 by Associate III
  • 791 Views
  • 5 replies
  • 1 kudos

Resolved! Dynamically change Period and Prescaler

We are using interrupt of timer function.Currently, Period and Prescaler are set in the initial settings (MX_TIM6_Init), but what should I do if I want to dynamically change Period and Prescaler? [IDE]STM32CubeIDE 1.14.0[board]​ STM32F412 Discovery k...