Hi Paul,
I found the
#define TERMINAL_PORT 0
but changing to other values doesn't sort any effect. printf keeps outputting to UART0.
Actually the macro TERMINAL_PORT is not used anywhere in the project source files.
I tried to trace printf as you suggested but stepping in printf I found myself in an assembly routine.
The addresses of the assembly code correspond to
parse_format (C_4i_CF_SZ_MSL.a printf.o)
as I read in the Internal ROM.elf.xmap file.
I guess printf is part of the precompiled libraries.
Can you suggest a method to overcome this configuration?
Valentina