I have the following questions:
1. Is it possible to use the stack libraries without DSP/BIOS? We have a very tight time requirement and do not want to use interrupts or an operating system. Most of the documentation indicates that these libraries are for use only in a DSP/BIOS project, is this true? Do any non-DSP/BIOS examples exist?
2. Is there more information on the DSP/BIOS operating system? Is this a true RTOS or is it just a collection of library routines?
3. Is it required to use interrupt-based protocol on the ethernet interface? We would prefer to use a poll-based implementation where our DSP will function as a slave device. To sum things up, I need examples and support documentation that detail how to configure the MDIO/EMAC without having to use the DSP/BIOS. Any help or suggestions would be appreciated.