Hi Erich,
I actually found out the problem is not with the console, but from some reason, I am getting an exception
FRTOS1_vApplicationMallocFailedHook in initialization, so I am not getting to the printf at all.
Now the question is why I am getting this exception. I tried to select different memory management (heap2) and now I am getting the following errors
c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: <projectName>.elf section `.m_data_20000000' will not fit in region `m_data_20000000'
c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: region `m_data_20000000' overflowed by 983040 bytes
I am puzzled
thanks for any suggestion
Zohar