Hi,
I think we probably don’t have an example for this specific configuration. We have mostly been using polling mode.
However it should be difficult to adapt it to the interrupt driven mode. The fact eSCI interrupt sources are multiplexed to one vector, mean you will need to test it in the ISR before use to distinguish which source it is. Just it is needed to realize that both flags TDRE and RDRF are being set by eSCI state machine, but cleared by SW (w1c operation).
Here I would recommend to pay attention to following document, especially sections 3.2 and 3.3, as it is sources of issues quite often:
http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf
How to configure interrupt, you may see in the most examples, for instance in this base one (PIT interrupt):
https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5777C-PinToggleStationery-GHS714/ta-p...