Tool/software: TI C/C++ Compiler
Hi,
I've seen a couple posts on this already. I'm using SDK 2.1 with IWR1443BOOST. I want to customize the CLI code instead of removing it (this approach seems more messy).
I'm currently referencing
So far, I've added ini_cfg.h and ini_cfg.c to the project in the workspace, and added MmwDemo_IniRSSDSSCfg() at the end of MmwDemo_CLIInit () like the post said. I included ini_cfg.h at the beginning of the mmw_cli.c file. However, I'm getting compilation errors saying that uart_handle is not defined in cli.h, which confuses me since I don't see how this error relates to ini_cfg.
I've also tried putting ini_cfg.h and ini_cfg.c in the sdk (C:\ti\mmwave_sdk_02_01_00_04\packages\ti\demo\xwr14xx\mmw), which doesn't work either. Maybe I need to recompile the sdk files?
Also, should I be commenting out the functions defined as extern in ini_cfg.c that are originally defined in mmw_cli.c?
In summary my question is where to put these files, am I missing any steps here, or is there a better way to do this?
Thanks in advance!