Hi,
When my application is started, parameters are reset to the factory default.
I set the parameters to be read from NVRAM:
#define APP_USE_NVRAM APP_FOR_ALL_PARAMETERS
But, from the netosStartup() function, the naExecuteDebuggerCommands() function is called and a reset to factory defaults (DCMD_CMD_RESET_TO_FACTORY_DEFAULTS) command is executed.
Does anybody know why is this happening and how to avoid it?
I am using ConnectCore7u with NET+OS 7.3 and gnu tools on Windows.
Thank you