Hello everyone,
I am working on cc2530 IR generation, I want to use T1 and T3 to generate IR signal, but I failed. Can anybody give me a simple code? or anyone who can tell me the operation order of T1 and T3 registers for not using DMA?
Thank you!
Are you working with power saving mode ?
Because in power saving mode all the internal interrupts are disabled so you may not be able to get the interrupts from any timer(timer 1, 2 and 3) while you are working in power saving mode.
Thank you Maulik K Patel !
It is not working with power saving mode.
Can you give me some simple code?
Best regards!
Damon
Did you checked the Keyfob example.
In Keyfob example buzzer code is implemented on Timer.
I did not check the Keyfob example.
I can control Timer3 separately. But Timer1 and Timer3 together, I can not.