Forum Discussion
Altera_Forum
Honored Contributor
20 years agoCode for handling a simple ISR
I made my file system, kernel, app and uploaded, this is the source: # include "D:\Proyectos\Marzo\NIOS2ndTry\Krl\build\include\nios2_system.h"# include <stdio.h> typedef unsigned char I...
Altera_Forum
Honored Contributor
20 years agoYou can not use altera hal for interrupt service in uClinux. Read ch10 Interrupt Handling on the book "Linux device drivers 3rd ed.".