User Activity

Hi, I am trying to use SWAP Output 1 and Output 2 function for HRTIM running with the deadtime function enabled. The description for SWAP function in ref manual says that "the HRTIM_SETA1R and HRTIM_RSTA1R are coding for the output A2, and the HRTIM_...
What would be the register level equivalent of the following statement: LL_HRTIM_ClearFlag_REP(HRTIM1, LL_HRTIM_TIMER_MASTER);
Hi,I was just looking at an example in STM32 IDE of using CORDIC to calculate SIN and COS. The same is explained in the document below:https://www.st.com/resource/en/application_note/dm00614795-getting-started-with-the-cordic-accelerator-using-stm32c...
Hi Everyone,I am trying to run HRTIM Master unit with repetition interrupt and the repetition counter is 1. Now, when I am in interrupt I have to update compare and period registers and using LL to do so. But, within interrupt merely updating registe...