Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAltera TSE driver and example program for lwIP (1.3.2)
After many many requests and complaints about lack of support and/or documentation for support of lwIP for the Altera TSE, I have developed a drop-in TSE driver and example program and made this avai...
Altera_Forum
Honored Contributor
15 years agoTry the following:
Write another header file altera_avalon_tse.h and put it in a directory earlier on the -I include path list. File contents: # include <altera_avalon_tse.h># undef ALTERA_CHECKLINK_TIMEOUT_THRESHOLD# define ALTERA_CHECKLINK_TIMEOUT_THRESHOLD <new value> This should work provided altera_avalon_tse.c contains# include <altera_avalon_tse.h> not #include "altera_avalon_tse.h"