Sebastian Dressler wrote: > Hi, > > I'm developing on a Blackfin BF-532 with newlib. When i was trying to use > printf() with redirecting stdout to the UART nothing is ever printed, same > behavior with fprintf(stdout, ...). > Does your port fflush upon exit? If not, try that, or fflush manually in your program (or add a \n). Regards, Stein Roger