Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi sabertooth
I copy here the comment to alt_main() definition /* * alt_main is the C entry point for the HAL. It is called by the assembler * startup code in the processor specific crt0.S. It is responsible for: * completing the C runtime configuration; configuring all the * devices/filesystems/components in the system; and call the entry point for * the users application, i.e. main(). */ Regards