STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! A way of distinguishing between different series of STM32 ?

Hi!I am working on a project with stm32h757 and soon we will be switching to stm32h747. i need a way to know (using SW) on which processor i am working with.is there some type of register that holds this info?I saw the 96b UID but as i understad it ...

yuri CH by Senior
  • 2117 Views
  • 5 replies
  • 0 kudos

How to add Cortex-M33 to TrueSTUDIO ?

I know TrueSTUDIO is tagged as obsolete, but I like to use it.The STM32H5 use Cortex-M33 core, then how to add M33 support?I already upgraded TrueSTUDIO to support GCC 10.3.1 and recent loaders and SVD files. It would be nice to use M33 cores with Tr...

_legacyfs_online_stmicro_images_0693W00000blDmmQAE.png

Resolved! Bit-banged I2S on STM32F103

Hello everybody,I am trying to bit-bang an I2S interface on an STM32F103 at 72MHz using TIM2.Am I way too optimistic to get a 3MHz "clock" out on a pin? The fastest I can seem to get it is at 90kHz.I have set the "prescaler" of TIM2 to "0" and "1".An...

PGild.1 by Associate III
  • 3753 Views
  • 4 replies
  • 0 kudos

STM32F411RE and nrf24l01 module compatability issues

Sir I am doing my final year project and got struck. My project aim is to receive data from the nrf24l01 module which connected with arduino for generating sinewaves this act as TX part. Now in RX part I am using nrf24l01 with STM32f411re and I want ...

RM.7 by Associate
  • 1127 Views
  • 1 replies
  • 0 kudos

NUCLEO 144 board power consumption depends on the link order of the compiled objects in your STM32CubeL4/Projects/NUCLEO-L496ZG/Examples/PWR/PWR_ModesSelection example

When running your PWR_ModeSelection example on a NUCLEO-L496ZG board the current consumption in run range 2, 24MHz depends on the order objects are linked in the executable. When the object_list is in this order:hal/stm32l4xx_hal.ohal/stm32l4xx_hal_...

How to fix a glitch in output PWM from TIM1 of STM32G031xx?

I am using STM32G031 where in my application I have to capture the frequency of Input signal from a sensor and then generate an output PWM with frequency which is twice of input frequency. I am using TIM3 to capture the input signal from sensor and c...

HSing.5 by Associate II
  • 1651 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H5 Comparator always trigger interrupt

Hi. I get a STM32H5 Nucleo board (MB1814) and configured comparator with neccessary settings using CubeIDE and LL library and got next generated piece of code.int main(void)   {   NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_3);   SystemClock_Config...

CChen.19 by Associate
  • 3427 Views
  • 1 replies
  • 0 kudos