Other Parts Discussed in Thread: AM1806, SYSBIOS
I have SYS/BIOS running on the AM1806 and I need to develop I/O routines to the various internal peripherials, specifically at this point the internal UARTs. Looking at the documentation for DSP/BIOS there seems to have been at one time a collection of API's develop to support internal peripherials but currently I can not find any documentation on these. Like wise the DSP/BIOS User Guide and Driver Developers guide mentions stream and pipe support but that does not seem to work for the AM1806. I have tried to incorporate the UART drivers from the SitaraWare tools but several of the functions in that tool set write directly to H/W registers and when the application perorms a write to the H/W register the program performs an exception.
Are there any examples or documentation on how to read/write to internal H/W registers and internal peripherials under SYS/BIOS, or any existing drivers for the periperial set?