cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G4 HRTIM deadtime prescaler defines swapped

diemelbecker
Visitor

Hi everybody,

i just noticed a bug in the HRTIM HAL library for the STM32G4 controller. The defines for the HRTIM deadtime prescaler in stm32g4xx_hal_hrtim.h are swapped between MUL and DIV.

For example: MUL8 should be 110 binary but it is 000. DIV8 should be 000 but it is 110.

 

Is there any way to transmit this officially to STM?

1 ACCEPTED SOLUTION

Accepted Solutions
Saket_Om
ST Employee

Hello @diemelbecker 

Thank you for bringing this issue to our attention.

I reported this internally.

Internal ticket number: 213877 (This is an internal tracking number and is not accessible or usable by customers).

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Saket_Om

View solution in original post

1 REPLY 1
Saket_Om
ST Employee

Hello @diemelbecker 

Thank you for bringing this issue to our attention.

I reported this internally.

Internal ticket number: 213877 (This is an internal tracking number and is not accessible or usable by customers).

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Saket_Om