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

ADC DMA with TIM21 TRGO conversion source on STM32L010

I've got an application where I'm performing an ADC DMA transfer where the ADC conversions are triggered by the TIM2 TRGO. Everything was running smoothly until a PCB respin forced me to switch over to TIM21 to trigger the conversion. I didn't see a ...

DWann by Associate III
  • 2485 Views
  • 12 replies
  • 0 kudos

Storing small data in internal flash

HI, we are working on STM32H750. in our program, we need to store 5 bytes in the internal flash. this data will be read everytime the device is powered on. the data will be changed whenever the settings are changed by the user. i.e. once in a while.M...

dv.13 by Associate II
  • 683 Views
  • 1 replies
  • 0 kudos

RTC backup date and time

Hi,I created this function in order to store the date and time. It works !But the problem is when I load date and time, the time is the last before turning off the system.void RTC_Init(void) { /* Restore the date form backup registers */ RTC_LoadDa...

MMerc.1 by Senior
  • 1606 Views
  • 4 replies
  • 0 kudos

Resolved! using PWM with STM32L412

I have PWM setup on my STM32L412, but there is no output on the pins. I move a value to CCR1, CCR2, CCR3 but there is no output. I'm using cubeIDE to generate the HAL setup, but I notice that the timers aren't enabled, but this isn't the solution - e...

deep_rune by Associate III
  • 897 Views
  • 3 replies
  • 0 kudos

Resolved! Why HSE is not getting ready?

Hi guys,I am using an stm32L552ZE with an NX2016SA-24MHZ-EXS00A-CS10820 oscilattor. Everithing runs as expected until i get to HSERDY waiting. I get a timeout at this part. For startup I am not running a cutom code and the HSE on code is:SET_BIT(RCC-...

CDan.1 by Associate II
  • 1690 Views
  • 4 replies
  • 0 kudos

Resolved! After erasing internal flash using st link utility when i will start storing sum data into internal flash it is going to be in hard-fault.

Hello Everyone,We are working on STM32F413RH. We are storing sum data into internal flash at some interval of time. Simple mechanism is used, first we are erasing sector and then we are writing our data into internal flash.But when we are erasing chi...

MGami.1 by Associate III
  • 1062 Views
  • 7 replies
  • 0 kudos

Where are timer outputs connected?

For instance STM32H750VBT6 has many timers, but CubeMx does not show where their outputs would go. I don't want to mess (enable all of them) an existing design just to see where timer output are.

LMI2 by Lead
  • 847 Views
  • 6 replies
  • 0 kudos

Resolved! Is there a problem with STM32F098CC Datasheet ?

In STM32F098CC/RC/VC pin definitionsit is saying that PB4 has USART5_RX for LQFP48 but when i looked at PB4 AF's in Table 13. Alternate functions selected through GPIOA_AFR registers for port A , there is not USART5_RXand AF4 is empty(even there is n...

YAY.1 by Senior
  • 1025 Views
  • 4 replies
  • 0 kudos