Forum Discussion
Altera_Forum
Honored Contributor
14 years agohelp: niosII and pof/sof
Hello, Hopefully this has a simple solution. I have a board with an Arria GX which can be programmed with through an active serial EPCS64 using a pof file. I've created a very simple syst...
Altera_Forum
Honored Contributor
14 years agoI'd just use a 'for' loop for the delay.
If you are using the ide stuff to build you code, yiu might want to make you code be alt_main() - cuts out a fail amount of extra code. For absolute minimal support, you just need to set %sp and %gp prior to jumping to the C function. I set them up in the linker script to save having another file.