Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAssembler startup code calls alt_main to initialize HAL drivers.
Then alt_main() calls your appllication main() I suggest you compile everything in debug mode, place a breakpoint in alt_main and step into the code to check if everything is initialized correctly.