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

Do timers work in CSLEEP or CSTOP modes?

I am going to have an external high speed signal as input to the MCU. I want to use a 32-bit timer to count the number of cycles on that input. Will a regular timer keep counting even in CSLEEP or CSTOP modes? Or do I need to use an LPTIMER. The LPTI...

Resolved! LPTIM2 Pulse Counter

On NUCLEO-H563ZI board I put 3KHz square wave on LPTIM2_ETR (PC4). I want LPTIM2 to continuously count. However the count never increases. LPTIM2 setup...AndClock looks likeMX_LPTIM2_Init() looks likestatic void MX_LPTIM2_Init(void) { /* USER CODE ...

mccabehm_0-1695156427779.png mccabehm_1-1695156480655.png mccabehm_2-1695157445931.png
mccabehm by Associate III
  • 3400 Views
  • 4 replies
  • 0 kudos

Resolved! AN3156 and how the MCU bootloader version is reported

Hello,In appnote AN3156 (Rev 14) [USB DFU protocol used in the STM32 bootloader] it saysThe bootloader version is returned in the device descriptor in the MSB of the bcd devicefield (example: 0x2000 = version 2.0).In appnote AN2606 (Rev 59) [STM32 mi...

MButsch by Associate III
  • 891 Views
  • 3 replies
  • 0 kudos

Rust

Hello, I have a question for you, does the ST company have a program for the Rust language?

AHass.5 by Associate II
  • 689 Views
  • 5 replies
  • 0 kudos

Resolved! BDSL File for STM32H745XIH6

Hello,is somebody is knowing, if a BDSL-File for  STM32H745XIH6  is existing? The affected processor doesn't exist in the "en.stm32h7_bsdl.zip" (https://www.st.com/resource/en/bsdl_model/stm32h7_bsdl.zip) from STM. Five packages are supported, but no...

JPiet.3 by Associate II
  • 394 Views
  • 1 replies
  • 0 kudos

help with spi setup with rc522 module

Posted on February 05, 2014 at 17:35Hi-I'm quite new to stm32 and emededded development so please bear with me.I've purchased a Sain Smart RC522 RFID reader/writer (https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CDwQFjA...

gecono by Associate
  • 3224 Views
  • 15 replies
  • 0 kudos

Resolved! STM32Cube IDE build error

I am working with STM32U575, When building my project I am facing an issue. The error is as follows:C:/ST/STM32CubeIDE_1.13.1/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506/tools/bin...

Mathil by Associate
  • 662 Views
  • 2 replies
  • 2 kudos

Resolved! lsm303dlhc.c

Hey st i am working with the stm32f407g and i am trying to make the LSM303 working on my board. At this moment i am using this lib: https://github.com/STMicroelectronics/STM32CubeL4/blob/master/Drivers/BSP/Components/lsm303dlhc/lsm303dlhc.cThe proble...

boot0 config issue without stm32cube programmer

Using STM32 cube programmer I have flashed boot option using option bits and later I have flashed application and It's working fine without grounding boot0 Pin. Is there is any other way to make application start from system memory by configuring opt...

Labels