Skip to main content
Associate III
January 23, 2024
Solved

How to create stm32h7xx_hal_timebase_tim with stm32cubeMX

  • January 23, 2024
  • 2 replies
  • 1823 views

Hello!

I have a project that is not mine that have a pair of files called stm32h7xx_hal_timebase_tim.c and stm32h7xx_hal_tim.h. In the .c TIM8 appears but when i configure it in the MX for example like this:

rubenles_0-1705999820848.png

Anyone knows how to make these files using MX?

 

thank you so much

 

This topic has been closed for replies.
Best answer by AScha.3

Hi,

You want choose a timer as sys timebase ? 

here choose it :

AScha3_0-1706000774641.png

-- thats all.

2 replies

AScha.3
AScha.3Best answer
Super User
January 23, 2024

Hi,

You want choose a timer as sys timebase ? 

here choose it :

AScha3_0-1706000774641.png

-- thats all.

If you feel a post has answered your question, please click on " Best Answer ".
rubenlesAuthor
Associate III
January 23, 2024

So easy, thank you so much for your help! @AScha.3