Skip to main content
nicolas
Senior II
March 17, 2023
Solved

Error in SFRs for STM32U575 in STM32CubeIDE

  • March 17, 2023
  • 4 replies
  • 2359 views

For the STM32U575 SFRs in STM32CubeIDE, the LPTIM1 DIER_output has a CC1IF instead of CC1IE.

Also what is the difference between DIER_output and DIER_input ? And why are there bits name different ?

This topic has been closed for replies.
Best answer by Diane POMABIA

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

Regards

DianeP

4 replies

ST Employee
March 20, 2023

Hello @Community member​ 

After check on my side , i confirm that we have errors in SFRs of STM32CubeIDE.

The difference between  LPTIM1 DIER_output and LPTIM1 DIER_input is :

LPTIM1 DIER_output ( Output cature Mode)

LPTIM1 DIER_input ( Input cature Mode) :

ST Employee
March 20, 2023

LPTIM DIER_input : as soon as we receive an event on Input, we store the value of the LPTIM counter in the capture register.

LPTIM DIER_output: A value is stored in the LPTIM capture register and as soon as the counter reaches this value, an interrupt is generated .

Regards

DianeP

nicolas
nicolasAuthor
Senior II
March 20, 2023

Thank you for the answer.

Diane POMABIABest answer
ST Employee
March 20, 2023

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

Regards

DianeP