Hello,
i initialize my UART and send some data from board to putty. It works fine.
I can send data from ke04z to putty.
I try send some character from putty to my board.
Always the same:

It is some problem with my receive irq. When RX irq occures - mcu stops on IntDefaultHandler.
How to set my RX irq correctly?
I tried to use library (sdk) and change it, still the same.
(I cant use SDK examples cause it is to big for my uC)
Regards!