移植Test命令,验证成功

EJ EX 写工厂信息验证成功
This commit is contained in:
ranchuan
2023-10-12 18:43:17 +08:00
parent f0f36cf79a
commit 17b4ebf188
25 changed files with 2363 additions and 87 deletions

View File

@@ -240,6 +240,12 @@ void XT_OnLine_SCAN(void);
void XT_OFFLine_SCAN(void);
/*
@brief 验证壳码 如果测试器有uid将采用uid方式通信
@param 命令缓存参数的起始
@param 验证数据长度
*/
void XT_Test_VerfyShell(void);
/*
@brief 芯片离线检测
@param0 充电使能
@param1 采样周期 10ms
@@ -247,4 +253,5 @@ void XT_OFFLine_SCAN(void);
*/
void XT_CurMonitor(void);
#endif