Forum Discussion
Altera_Forum
Honored Contributor
11 years agoManaging 2 .elf files and 1 .sof file to download on board
Hi, For "UDP Offload example", I have 2 .elf files (1 for Nichestack TCP/IP and 1 for App Programming like setting Base addresses of components) and 1 .sof file. My question is: 1. How to down...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- You need to create single software project containing your application and Nichestack. --- Quote End --- Hi linas, When I created single software project containing application and Nichestack, application program is not working anymore. I just put this application program into a function instead of main() and define a header file for it and include this header file both in application program and iniche_init.c file. what's wrong here?