It works. In case anyone wants to run the FNET code on the TWR-MCF5225x, here's what to do:
This is for FNET 0.7.0
From the FNET demo folders, load the m55259demo_shell.mcp Project into CodeWarrior.
On the Tower Module with the Serial Tower Module installed, the UART that is used for the DB9 connector is UART1 (whereas on the DEMO board, it is UART0). To accommodate for this, two changes have to be made:
-In file M52259EVB_sysinit.h, Line 41, change the terminal port from 0 to 1
#define TERMINAL_PORT (1)
-In file fnet_mcf_config.h, Line 501, change the FNET_CFG_MFC_SERIAL_PORT_DEFAULT from 0 to 1
#define FNET_CFG_MCF_SERIAL_PORT_DEFAULT (1)
With these changes, everything works fine for me. I can hook up to the TWR-SERIAL Module with the terminal program and launch the http server, then access it via a browser.
Regards,
Sven