STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F411CE DMA odd interaction with PWM timer

I am trying to use DMA to capture data in the background (from ADC) while I use PWM to control 2 motors. When I use DMA to capture the ADC values from my sensors it works fine. When I only use my PWM timers (without DMA in the background) the PWM wor...

KClos.1 by Associate II
  • 1262 Views
  • 4 replies
  • 0 kudos

Resolved! About sleep mode (STM32F303)

I once read that when waking up a microcontroller from any low power mode, it will start as we have pressed the reset button, but, the reference manual says this: "After waking up from Standby mode, program execution restarts in the same way as after...

Getting Usage_FaultHandler exception when reading int32 value from the un-aligned void* ptr. Example: Here data pointer address is 0x20008911, which is unaligned by 4 byte. rpm = ((float) * (const s32 *)_data) / 256.0F;

We are porting applications from STM32F1 to STM32F427 MCU. Currently, we are not explicitly configuring SCB->CCR unaligned trap, based on ARM M4 manual, LDR, VLDR always triggers the fault if the address is not aligned properly.Do I require to use me...

KSing.4 by Associate II
  • 1185 Views
  • 5 replies
  • 0 kudos

Resolved! HAL ADC DMA multiple channel configurations

Hello Dear Friends,I am looking for using multiple ADC channels on STM32f429IGT6, but the problem is the code I have generated so far only converts its first input and the rest of the channels are not converted. I hope experts here can help me. Here ...

Resolved! SAI: How to load data register

Let's say you're loading the SAI 32-bit ADR or BDR data registers. Using 24-bit data size, I2S protocol. More concretely, what values do you load for 0 amplitude, max positive, and max negative?Do you center it? Eg map 0 amplitude to 2^32 / 2, max po...

DOCon.1 by Senior
  • 675 Views
  • 2 replies
  • 0 kudos