Hi
I was exactly doing the instructions in lab 8 then I faced error below:
../src/main.c: In function 'SetupInterruptSystem':
../src/main.c:61:38: error: 'XPAR_FABRIC_PWM_W_INT_0_INTERRUPT_OUT_INTR' undeclared (first use in this function)
#define INTC_PWM_INTERRUPT_ID XPAR_FABRIC_PWM_W_INT_0_INTERRUPT_OUT_INTR
^
../src/main.c:128:50: note: in expansion of macro 'INTC_PWM_INTERRUPT_ID'
XScuGic_SetPriorityTriggerType(IntcInstancePtr, INTC_PWM_INTERRUPT_ID
.
.
.