Nested interrupts using NOBLOCK

tero2011:
Because I receive bytes thru serial port that I cannot miss.

That is not a valid reason to do what you are doing. There is almost never a valid reason to use nested interrupts.

If ISR is NOBLOCK there are chances that I lose bytes if more than one arrive during my ISR, right?

My crystal ball is broken. So, without source code, I have no idea how your program will behave.