Hi! I've found out that I can print (using e.g. printf with "%u") only 16-bit values (max 65535). When I want to print for example 65537, I receive 1 on a display. I wonder is it possible to print 32-bit values (what is in fact very important for me)? Maciek