Thanks for the tutorial on USBPD Sink mode but I would like to create a USBPD Dual Port application, would your team make a tutorial on this. Thank you!
Posted on November 26, 2017 at 18:54
Okay, I was wrong, I found there is a function called HAL_TIMEx_PWM_Start_IT Will do the same things as both dengrui dengrui and I did.
As an example, in order to start the complementary channel on channel ...
Posted on November 24, 2017 at 21:35
This did solve my problem but I think there is a little more to this.
After reading your post I looked at theTIM_OC_InitTypeDef structure within stm32f4xx_hal_tim.h and found the declaration:
typedef str...
Posted on November 17, 2017 at 14:49
Iohit,
Hello, I decided to branch this topic to make it easier to find.
I was successful in porting an IAR based project to a GCC based project that can be built from the command line but I don't think I...