I'm combing over the CLI peripheral example, but having a few problems when running the example:
- The Debug Terminal in SES blacks out the test so its difficult to see commands entered or return values, unless I highlight the terminal
- When I run the example I get the following warning that I can seem to find any documentation of "<warning> app: Logger configuration file not found." What configuration file is it referring to?
- The example commands specified in demo_cli_cmds.c do not seem to work, nor do they seem to be enabled/registered within the main.c source code
- The Stack Guard function seems like a good function enable in general as it helps trace Stack violations. Why isn't this enabled on most examples? Is there any downside other than slightly large image size?
I'm trying to determine whether I should use the NRF_CLI module for general development or write my own in a thread safe module.
Thanks guys.