STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1198 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
  • 679 Views
  • 2 replies
  • 0 kudos

Resolved! Battery voltage monitoring

We are using battery Litium ion one-cell.Voltage of cell is between 3.3V to 4.5V.We want to calculate battery voltage.Is it possible to put 4.5V to pin of MCU (STM32L452) ?

Ofer by Associate III
  • 709 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H743ZI ADC + DMA sampling data acting quite strange

Hi everyone, hope all of you are doing well.Posting here again about the ADC. I finally got the ADC out of that over run situation and now ready to acquire data!The way the ADC is setup is by having 4 channels using Pins setup as continuous scanningP...

0693W00000GW7jBQAT.jpg
CLeo.1 by Senior II
  • 2160 Views
  • 20 replies
  • 0 kudos

Timer 2 Nucleo L476RG

I am using the above Timer as both a debounce of 50ms and as a PWM for the on board LED. Basically I hit the user button, debounce for 50ms. While button held PWM to the LED of 1/2 sec on, 1/2 sec off.....Release button and PWM stops.The timer is run...

SWenn.1 by Senior III
  • 1394 Views
  • 7 replies
  • 0 kudos