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

Resolved! Could anyone help me calculate TIM frequency?

Hello everyone,I'm using TIM3 on my Nucleo H745. If it's correct this TIM gets fed from the CPU clock, so it runs at 480MHz. That's what I thought at least.Using these settings;htim3.Init.Prescaler = 48000;htim3.Init.Period = 10000;To my calculations...

Jvan .10 by Associate III
  • 1073 Views
  • 3 replies
  • 0 kudos

How to implement the TIM_IRQHandler when using other classes

I'm trying to make a scheduler and everything seems to be ready, now the final step is add the proper function to the IRQ_Handler. This is where my problem starts. At default this uses a extern tim object from the main.c. I removed it there and put i...

Jvan .10 by Associate III
  • 1368 Views
  • 3 replies
  • 0 kudos

Stm32 Nucleo L476RG

Hi,I'm using a Nucleo L476RG as a master and I want to use it in SPI mode 1, which means the data is transferred in rising edge of the SCLK and data is sampled in falling edge (based on ST documents). Is this the correct configuration for the SPI mod...

0693W000008wbfiQAA.png

Resolved! STM32F410R8 SPI DMA not reading

I've configured the SPI to work with DMA. The microcontroller is sending but is not reading. I have checked the configuration and I cannot see the problem. Can you see something strange in my code.I've tested this code in an STM32F429-DISCO board and...

JPeña.1 by Associate II
  • 849 Views
  • 3 replies
  • 0 kudos