Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to use interrupt?
Hello. I want to use interrupt from USER_PIO, but I don't know how to use. I tried this sample code , but it seems that ISR is not executed. (I modified two point. *definition of...
Altera_Forum
Honored Contributor
20 years agoyes, you should try something like
HAL_WRITE_UINT8(LED_ADDRESS, 0x55); //all uneven LEDs lit up if you want printf do so in the DSR, because it is meant to do it there.