Tool/software: Code Composer Studio
Hi ,
During debugging of the SRR demo , i would like to print some statements in mss_srr_cli.c as well as in cfg.c using System_printf command.
In mss_srr_cli.c inside the function SRR_MSS_CLIInit (), after the statement System_printf ("Debug: CLI is operational\n") i am able to insert a new print statement and also able to see the corresponding result on the console window . i am following the relevant steps of saving as well as re-building the source codes for all the cases.
i am trying to print some statements inside the handler function cliCfg.tableEntry[0].cmdHandlerFxn = SRR_MSS_CLIBasicCfg( ) using System_printf command but it doesn't.
Note : I am including the Header file #include <xdc/runtime/System.h> in cfg.c also
Please help me in solving this issue as i am interested to print the values of certain structure variables in mss_srr_cli.c
Thanks,
Pritam