STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L073 RTC/LCD clock frequency

The RTC/LCD clock can be derived from HSE (prescaled). In this case, the prescaler must be chosen appropriately so as to get an RTC/LCD frequency within the admissible range.Using CubeMX, when the limits are exceeded, the tooltip says:* (tooltip over...

SZano by Associate III
  • 308 Views
  • 0 replies
  • 0 kudos

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
  • 489 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
  • 465 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 ...