Hello,
I have developed a USB UART composite in order to receive data from Linux PC using USB connection.
The link is up and I can receive data in Linux PC from Z2_2 using uart (/dev/ttyACM0 is detected)
but when I sent data from PC to Z2_2 core (MPC5748G), I received for a moment but after that Z2_2 is blocked seems it slept.
When I have made a pause of execution using PE Micro debugger I have seen this handler that it blocks "WKPU_31_24_IRQHandler() at 0x1402bc8"

My startup_MPC5748G.s contains this config:

NOTE: There are no C implementation for the function WKPU_31_24_IRQHandler()
Why I had this kind of issue and how can I fix it ?