TI专家:
您好,请问如何不使用mmWave Demo Visualizer,直接将配置固化到IWR6843AOP芯片的程序里面。,我在网上看到两种1443的方案:
1、是修改cli.c里面的CLI_task函数,把UART_read 替换成配置相关参数。
2、将mmw_cli.c、mmw_cli.h重写,替换掉
/*****************************************************************************
* Initialize the CLI Module:
* User can choose to create their own task here with the same priority
* instead that does hard coded config instead of interactive CLI
*****************************************************************************/
MmwDemo_CLIInit(MMWDEMO_CLI_TASK_PRIORITY);
请问哪种方案比较合适?针对IWR6843AOP有没有现成的例子,或者参考的文档。谢谢!