Hi everyone!
I have a question regarding UART SIR (IrDA) mode. In TM4C123(GH6PM) we can use IR transceivers to send/receive UART data.
I have already set up both IR LED, and IR Receiver. They are working correctly. IR receiver works at 33 KHz.
TivaWare library provides only UARTEnableSIR(base, lowPowerMode) function to Enable and configure IrDA mode of the UART.
But here is the Question: How can we set 33 KHz frequency of the IR receiver in the UART SIR (IrDA) mode?
Because there are many kinds of the IR receivers with different carrier frequency.
Thanks in advance!