The ROM Initialization library provides access to the functions necessary for initializing the ROM, including the memory manager, scheduler, and network stack. The ROM must be initialized before any of it functionality can be used. This library should be included in every project that uses the DS80C400 ROM Silicon Software.
The Initialization sample application shows how to initialize the
ROM's modules individually, incase you need to replace a module.
If you aren't replacing any modules, it is recommended that
you use the single call to rom_init as all the other
sample applications do.