Infrared Timer (IRTIM) in STM32F4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-25 6:00 PM
Posted on October 26, 2016 at 03:00
But I can't find such thing in datasheet or reference manual. Is it there? And what is the best way to make IR transmitter without this thing? I made two timers - carrier, which connected to GPIO and data modulator, which toggling carrier in interrupt, but I think it can be done better. #stm32f4 #irtim
Hello, I trying to make IR transmitter with STM32F4DISCOVERY demoboard and found in
that it F4 MCU should have built-in periph for mixin PWM from two timers - one for carrier frequency and second for signal modulation.
Labels:
- Labels:
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-28 8:22 AM
Posted on October 28, 2016 at 17:22
Hoi name.shara,
For the timer synchronization as master Trigger/ slave gated , to start ans stop counter at the same toime , you would take a look to the ready-to-use example in STM32CubeF4 ''TIM_Synchronization'' at this path: STM32Cube_FW_F4_V1.13.0\Projects\STM324xG_EVAL\Examples\TIM\TIM_Synchronization-Hannial-
- « Previous
-
- 1
- 2
- Next »