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

We are using STM32F103xB. We intend to replace STM32F103xB this with STM32F103xC, STM32F103xD & STM32F103xE. We found difference in memory map section in the "Aliased to Flash section", when comparing both MCUs. Will there be a need for Software change?.

We are using STM32F103xB. We intend to replace STM32F103xB this with STM32F103xC, STM32F103xD & STM32F103xE. We found difference in memory map section in the "Aliased to Flash section", when comparing both MCUs families. There is a section called re...

AKuma.43 by Associate
  • 569 Views
  • 1 replies
  • 0 kudos

MDMA_STM32H7xx

HI. there are two TIM1 registers and you need to move its address 0x40010034 from one register to another register 0x40010038 exactly 64bit, that is, a double word. is it possible to do this with MDMA single? the documentation is very poor. I had to...

MTS by Associate II
  • 318 Views
  • 0 replies
  • 0 kudos

Reading a very slow PWM frequency

Hi,I need to read a PWM that a rotating wheel generates (16 pulses per revolution) and I want to use one of the STM32F429 timers to do it. The problem is that the period goes from 7.8ms to infinite (no pulses), so I don't know what will happen if the...

RMira.2 by Associate
  • 583 Views
  • 1 replies
  • 0 kudos

synchronous communication problem

In one of our projects, we used stm32l031 microcontroller to make synchronous communication operating at 5Khz frequency. Total data length is 35 bits, 3 bits are the Id identification bit from the master device, the remaining 32 bits are data bits an...

HGüle.1 by Associate II
  • 770 Views
  • 4 replies
  • 0 kudos

How to use peripherals in both core?

Hello,I am working on Nucleo-h745ziq board. I am enable the UASART3 ,the intialization in done in cortex m7 and I try to use in both core,but only core 7 USART3 is working in core m4 USART3 is not get worked ,the code is as followscore m7 code: HAL_U...

MDeva.1 by Associate II
  • 538 Views
  • 2 replies
  • 0 kudos

New project runs but chokes in debug

Hi, I created a project in MX Cube for a Nucleo 746XG board. I set up a timer as a periodic interrupt, and one gpio. I did nolt change anything in the clock section. The code toggles the gpio line. This code runs fine, but when I go to debug it the S...

Resolved! Cannot set full PWM

If I set the Counter Period (AutoReload Register) to max 0xFFFF and the TIM capture/compare register to 0xFFFF too, I cannot get a full width output, I still get one tick on output.Is that expected?