Altera_Forum
Honored Contributor
11 years agoEthernet alt_iniche_init()
Hi,
I am trying to get a tse_mac driver to work without using interniche stack and without using uCosII. I found one example that uses ins_tse_mac.c and strips out the Stack and OS. Anyone do this already? I basically want to monitor the incoming ethernet traffic from a camera and dump the data to console or file. It seems that with the simple socket server design iniche_init.c contains main() and SSInitialTask(). SSInitialTask() calls alt_iniche_init() and netmain(). I understand that alt_iniche_init() calls ins_tse_mac.c. Where is alt_iniche_init() located? and what does it pass to ins_tse_mac.c? Thanks.