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

filter algorithm

 Thanks for the response. which filter algorithm is best to find heading in stm32 mcu form 9 axis imu sensor?.Any documents or libraries available for same ?

Resolved! Using timer to save files in SD card with interrupt

Hi all,I'm trying to use Timer16 to create a 50Hz timer to save files in the SD card. I managed to make the timer work blinking a LED, but when I put the code to save it only saves one line. Here's the logic:First I create a file  and initiate the ti...

FPicc.1 by Senior
  • 760 Views
  • 4 replies
  • 2 kudos

Resolved! NUCLEO-U5xx: USB VCP UART for U575 and U5A5 - for you

My project to have USB VCP UART working on NUCLEO-U575 as well as NUCLEO-U5A5 boards (via a compile macro).Use the USB-C USR USB connection as a USB based UART (COM port on host): any baud rate as supported by USB speed (FS vs. HS). There is a second...

tjaekel by Lead
  • 4402 Views
  • 1 replies
  • 1 kudos

Resolved! F4 I2S read only first frame is valid

I'm trying to read i2s data on F401 from a dummy master device with slow clock rate.The problem is that it only reads the first channel correctly, rest is gibberish, based on logic analyzer the rest of data is there. so I generate this simple test da...

mrx23_0-1706740687773.png mrx23_3-1706741449029.png mrx23_1-1706740785005.png mrx23_2-1706741268517.png
mrx23 by Associate III
  • 2655 Views
  • 4 replies
  • 0 kudos

UART Bootloader with STM32Flashloader.exe and STM32G0

Hello, after a long search for an answer to my problem, I still couldn't find a solution. Perhaps one of you can help me.I use the MCU STM32G071RBT6 (with 128KB FLASH) and to upload .bin file via UART I use the old program STM32Flashloader.exe.  As ....

STM32G4xx TIM1/TIM8 One-Pulse Mode Software-Triggered

I've been banging my head against this one for a while.  I have two pins I'm trying to generate a peripheral-timed pulse on, which sounds like a perfect fit for One Pulse Mode."Trigger 1" is TIM8 CH1; that is, PB6."Trigger 2" is TIM1 CH3; that is, PA...

BrianH_0-1706658546958.png
Brian H by Senior
  • 906 Views
  • 6 replies
  • 3 kudos

using DWT CYCCNT under debugger

 Is it OK to use DWT CYCCNT to count individual instruction cycles when stepping instructions (si) with gdb ? I wonder how many cycles a branch takes when it is taken.

mete by Senior II
  • 506 Views
  • 2 replies
  • 0 kudos

Resolved! Flash relocatable entry point address

Hi, i'm moving from IAR to STM32CubeIDE all my projects based on STM32 microcontrollers. On IAR i modified the entry point of the project from 0x8000000 to 0x8008000. How may do same modify on CubeIDE? Thanks.Massimo Liggio 

MLigg.1 by Associate II
  • 573 Views
  • 4 replies
  • 0 kudos
Labels