Hi,
In gps sample, the prj.conf file is:
Fullscreen1234567891011121314151617181920CONFIG_BSD_LIBRARY=yCONFIG_STDOUT_CONSOLE=yCONFIG_NETWORKING=yCONFIG_NET_SOCKETS_OFFLOAD=yCONFIG_NET_SOCKETS=yCONFIG_LOG=yCONFIG_LOG_DEFAULT_LEVEL=4CONFIG_HEAP_MEM_POOL_SIZE=2048CONFIG_MAIN_STACK_SIZE=4096CONFIG_UART_INTERRUPT_DRIVEN=yCONFIG_NEWLIB_LIBC=yCONFIG_NEWLIB_LIBC_FLOAT_PRINTF=yCONFIG_BOARD_NRF9160_PCA10090NS=y# Disable native network stack to save some memoryCONFIG_NET_IPV4=nCONFIG_NET_IPV6=nCONFIG_NET_UDP=nCONFIG_NET_TCP=n
And I can use Putty or Serial.app (on my Mac) to view the output
In our application the prj.conf file is the following:
NOTE: I haven't written the original code, just took over and continuing developing on it.
I have tred to set all the settings from the GPS Sample code in our prj.conf-file ... cleaned the solution, closed & re-opened the solution ... to make sure the prj.conf is "applied" in SEGGER ... and freshly re-built the code ...
But It doesn't seem to work.
I'm guessing there's a one / few settings that maybe are overriding each other? (if you enable option-x, then option-s won't work ... etc etc)
Does someone have a clue to what's going on?
----------------
PS - Yes, if I enable RTT in our prj.conf it works ... but I'd like to use serial-console-logging.