Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCrash and semaphores
Hi, when I make three tasks synchronized by semaphores (the tasks do nothing, they only make a Post and then a Pend to pass the control each other), after a number of iterations (this number i...
Altera_Forum
Honored Contributor
14 years agoMoreover alt_sys_init() also instantiate and init all device you foreseen in your pld (e.g. ALTERA_AVALON_UART_INSTANCE and ALTERA_AVALON_UART_INIT); this has the consequence that isr function for uart is anyway linked and included in your firmware also if you provide another one written by yourself.
alt_sys_init() function is in your source file named as alt_sys_init().c and you can find it within syslib folder or bsp folder. Ciao