User Activity

Hi,i was trying to change dead time from (244 value to 100) for every 10ms in a loop. But its not updating , the set dead time is 244 in the PWM waveform. Though my dead band register ( DTG) is updating  at every 10ms. I am updating TIM1->DTR2  if(en...
Please find the image for the reference.Falling time of digital signals should in nano second, but here its almost taking 42usec. I have configured GPIO mode as Alternating Push and Pull, Pull down.let me know how to reduce the falling time.
Please find the given DSO image !!!! blue is fault signal and yellow is PWM   I need to stop the PWM, if a fault will come, while doing this my PWM is  turning off  but not fully its showing a ramp down of 88usec and then becoming zero. given configu...
Hey ST, I was using cube IDE, after selecting  MCU board, we need to give project name,  while in targeted project type name i kept at  empty,  as i don't want to use IOC configuration. After successfully  writing  and debugging the code ,  if I am  ...
https://github.com/Sushmitabaga/CORDIC/tree/main  I  was trying to Enable CORDIC IN STM32G4 series  for  checking the time taken by normal cos function and cos CORDIC function.  But i found that both are taking almost the same time. which is not poss...