i m working with fds using segger, i'm trying to perform read and write functions and printing on putty. it showing no errors on building while debuging no output is displaying on putty
i m working with fds using segger, i'm trying to perform read and write functions and printing on putty. it showing no errors on building while debuging no output is displaying on putty
yes i done that
see i defined a read and write function in .c file and included its header in .h file
i called those functions after the "wait_for_fds_ready();" and before "cli_start();"
then i start debuging i'm getting blank screen on putty
in sdk_config.h set this:
#define NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED 0
Also you are using the fds example or a custom code?
yes i made to 0 no change in output
custom code
Also your not getting anything in the SES while debugging either?