stm334 - hrtim with external events.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-09-24 7: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.
- Labels:
-
HRTIM
-
STM32F3 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-09-25 7: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
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-09-28 2: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
Thanks
Imen
