2018-09-24 07:04 AM
I want use external event (GPIOB-pin7) for turning pwm on hrtim1 (like switch), but can't find example how do it. I think I need "blanking with latch mode", but my code does not work.
2018-09-25 07:09 AM
Hello,
There is no HRTIM example with external events available in the STM32CubeF3 firmware package.
You can use STM32CubeMx tool to generate your project with HRTIM configuration that you want and generate an initialization code.
Kind Regards,
Imen
2018-09-28 02:25 AM
Hello,
Have a look to this application Note AN4539 "HRTIM cookbook" (in section 6) discussed about external events conditioning and events blanking windows.
You can review this related example, it may help you:
STM32Cube_FW_F3_V1.10.0\Projects\STM32F3348-Discovery\Examples\HRTIM\HRTIM_TM_PFC
Kind Regards,
Imen