Altera_Forum
Honored Contributor
18 years agoTSE newbie starter questions
Hey there
I have started working with the Altera tools and some Hardware at my university lately I have a Stratix2GX Board and managed to use the onchip mem and ram and check if everything is functional. Next step is to work with the ethernet, so i used my SOPC build and clicked some DMAs a TSE builded it and tried the TSE Benchmark template to work on my design. With this new bunch of code I tried to just get access to my LEDs and let them blink but i cannot get even one line of code working, properly because i don't know where to start. As there was no main method visible at first i created a c file with main to find the one the compiler is using, which seems to be nios_init_rtos.c but as said if i simulate it using Questa nothing seems to work. So I decided to use the sopc file given with the tutorial but same there. What is going wrong? I'm pretty stuck in my ideas :(