bigbaicai

芯方式是以开云棋牌官网在线客服人、电子工程师等电子行业相关领域从业人员为核心的知识经验学习、分享、交流社群。 凭借开放、合作、共赢的运营理念,聚集了来自国内外知名院校和顶尖科技公司的开云棋牌官网在线客服人、电子工程师。 我们致力于营造专业、认真、有温度的分享交流环境,将高质量的内容和方案成规模地生产和分享,帮助个人和团队在芯方式找到有价值的Key。 http://www.icfans.com/

If I cannt entry engineering mode,how set

0
阅读(731)

[A]:ic(1) Modify the code:
static port_setting_struct const NVRAM_EF_PORT_SETTING_DEFAULT[]=
{ {
#if defined(__ONLY_ONE_UART__) || defined(__MMI_DUAL_SIM__)
99, /* tst-ps uses uart_null(value is 99 (0x63)) */
0, /* APP uses uart_port1 (value is 0) */
#else
1, /* tst-ps uses uart_port2(value is 1) */
0, /* APP uses uart_port1 (value is 0) */
#endif

……
#if defined(__ONLY_ONE_UART__) || defined(__MMI_DUAL_SIM__)
99, /* tst-l1 uart port, same as tst-ps*/
#else
1, /* tst-l1 uart port, same as tst-ps*/
#endif
115200, /* tst-l1 baud rate, same as tst-ps, 115200 =
0x0001C200 */
0, /* tst output mode*/
……
},
};

ICfans
– tst-ps à Catcher
– APP à AT cmd
– tst-l1 à Catcher L1 log
– ‘0’ means using uart 1
– ‘1’ means using uart 2
– ‘2’ means using uart 3
– ‘99’ means no uart dispatched to it
(2) Using META to modify it:
– Item is the same to the code
– Please refer to the following illustration

Baidu
map