User Activity

Hi guys. please tell me why you don't do enough NVIC? for example, when several timers are running, and it is necessary to parallelize tasks so that interrupts from each timer happen independently, but now until one interrupt comes out, the other wil...
which registers should I use to set to set the flag in the HRTIM_TIMxISR register   O1STAT: Output 1 Status Output 1 was active   I think this is a normal question, because I see a discrepancy between the documentation and the behavior of the microc...
hello dear forum members.this is the HRTIM_SETx1R register.Bit 2 PER: Timer x Period Timer A Period event forces the output to its active state.what does it mean here "A" ? how does this stand for? how to read it correctly? this is...
please do not be silent, dear inhabitants of the forum. I want to understand what the problem is. I'm trying to put the output into an active state using a master timerHRTIM_SETx1R installed MSTPER       HRTIM_MPER==1000   HRTIM_MCR installed CONT P...
hello friends)))) I bought a new stm32H743 for familiarization and got confused how to implement PWM on HRTIM. I'm trying to do PWM on timer B. configured GPIO_PC8 to AF1 in GPIOx_AFRH. everything is fine there.HRTIM_B_PERxR==2000 HRTIM_B_CMP1xR==200...