cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any manual or document available which enlists all the HAL_HRTIM functions and their usages?

WKhan.2
Associate II

Hi, I have been working on STM32 G474RE Nucleo Board and I need to configure HRTIM for generating PWM signals. Is there any documentation or user manual available related to the HAL functions which are implemented for HRTIM?

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Yes, here:

https://www.st.com/resource/en/user_manual/dm00610707-description-of-stm32g4-hal-and-lowlayer-drivers--stmicroelectronics.pdf

The top of the source code file is a better reference, in my opinion, and is less likely to become outdated.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

Yes, here:

https://www.st.com/resource/en/user_manual/dm00610707-description-of-stm32g4-hal-and-lowlayer-drivers--stmicroelectronics.pdf

The top of the source code file is a better reference, in my opinion, and is less likely to become outdated.

If you feel a post has answered your question, please click "Accept as Solution".
WKhan.2
Associate II

Thank you so much for the quick response, that document would definitely help me. I must say, this community is really supportive.