IRDA UART Documentation and implementation questions
I have downloaded the document
I am having issues finding all the driver files for this device. I'm also having issues with creating a proper driver for it. I have added the device in Platform Designer.
When I am in Nios II using Eclipse, I can do a printf("%x,\r\n", IORD(IRDA_0_BASE,0));
I get values, but I'm unsure how to decipher them, and there is no documentation explaining how to do so.
When I try to utilize the driver files I'm not sure I have correctly implemented them. I have not found the alt_up_irda.h file online anywhere.
Can someone please assist me in finding the proper files and pointing me in a direction to create the code needed to use the irDA device properly? I can get it to work using the examples, but that is in Verilog. I want to use the Nios II. with FreeRTOS. A code example of using C/C++ would be such a wonderful resource.
Code files are attached.
Thank you,
Michael