Hello,
I configurate a XMC1300 Boot Kit for LLC converter.
There are two different input signals, which should trigger different interrupt rutines.
As external trigger I use two instances of DIGITAL_IO. For each DIGITAL_IO I use one instance of Event_Detector and Event_Generator to trigger the interrupt.
But when I connect the second Event_Generator in the "HW Signal Connections" this Error occurs during building:
ERROR : 'ERU0_2_IRQHandler' redeclared as different kind of symbol
When I undo this connections new Errors occur like:
ERROR : 'CCU8_1_IRQHandler' redeclared as different kind of symbol
How ca I fix this?
kind regards Marcel
I configurate a XMC1300 Boot Kit for LLC converter.
There are two different input signals, which should trigger different interrupt rutines.
As external trigger I use two instances of DIGITAL_IO. For each DIGITAL_IO I use one instance of Event_Detector and Event_Generator to trigger the interrupt.
But when I connect the second Event_Generator in the "HW Signal Connections" this Error occurs during building:
ERROR : 'ERU0_2_IRQHandler' redeclared as different kind of symbol
When I undo this connections new Errors occur like:
ERROR : 'CCU8_1_IRQHandler' redeclared as different kind of symbol
How ca I fix this?
kind regards Marcel