Implementation of infrared transmitter on STM32F7
Hello.
I studied the
''Implementation of transmitters and receivers for infrared remote control protocols with STM32Cube'' and I reproduced the application on a NUCLEO-F303RE.I know the required interface IRTIM is only available on STM32F0, STM32F3 and STM32L4 series, but I need to implement the infrared transmitter on STM32F7.
I don't understand how this IRTIM works. I only know that It uses internal connections between TIM16 and TIM17 to generate the infrared remote control signals. How can I replicate this application on my F7 microcontroller?
