How are interrupts handled in custom PSOC 4 components? Normally I have had to comment out the interrupt handler in the isr.c file in order to use the isr_StartEx() and put the ISR code in my main.c. However, as far as I can tell, when you make a custom componant the API code for included componants isn't generated until runtime. How should this be handled?
