Forum Discussion
Altera_Forum
Honored Contributor
20 years agoplease tell a little bit more,
what version of quartus, nios, hardware are you using can you start the proram in debugger ? can you set a breakpoint in the interrupt ? does it enter the interrupt routine ? static void handle_button_press(alt_u8 type, FILE *lcd) { /* Button press actions while counting. */ if (type == 'c') // <-- set breakpoint here