Hello !
I would like to evaluate few examples from standalone SDK and compile those under Linux Ubuntu.
For example : nRF5_SDK_17.1.0_ddde560/examples/crypto/nrf_cc310_bl/pca10056/blank/armgcc
I have added to my .bashrc proper definitions for compiler ( nrfjprog and other tools are installed as usually)
export GNU_INSTALL_ROOT=/home/user/armkeil/gcc-arm-none-eabi-10.3-2021.10/bin/
export GNU_VERSION=10.3.1
export GNU_PREFIX=arm-none-eabi
and I can make and make flash from that folder without problem.
So I assume build environment is correct.
BUT
I'm not able to enable any UART debug traces to standard DK port.
make sdk_config
show that should be standart UART traces already ( not RTT )
Could you suggest what definition and where I should set for have regular UART traces ?
Regards,
Eugene