AppTaskUart1.c 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721
  1. /*
  2. * @Author : ChenJie
  3. * @Date : 2022-02-10 11:43:56
  4. * @Version : V3.0
  5. * @LastEditors: chenjie
  6. * @LastEditTime: 2022-11-10
  7. * @Description : file content
  8. * @FilePath: \S32K146_4G\code\app\AppTaskUart1.c
  9. */
  10. /*
  11. * AppTaskUart2.c
  12. * 4G的串口函数
  13. * Created on: 2022年2月10日
  14. * Author: QiXiang_CHENJIE
  15. */
  16. #include "AppTaskUart1.h"
  17. #include "hal_fls.h"
  18. const ATCmdFunc Atcmdfunc[] = {
  19. {AT_CMD_TEST, "AT\r\n", at_callbackFunc},
  20. {AT_ATE0, "ATE0\r\n", at_callbackFunc},
  21. {AT_SIMREADY, "AT+CPIN?\r\n", at_callbackFunc},
  22. {AT_GETICCID, "AT+CICCID\r\n", at_callbackFunc},
  23. {AT_CGREG, "AT+CGREG?\r\n", at_callbackFunc},
  24. {AT_CSQ, "AT+CSQ\r\n", at_callbackFunc},
  25. {AT_NETOPEN, "AT+NETOPEN\r\n", at_callbackFunc},
  26. {AT_CGIP, "AT+CDNSGIP=", at_callbackFunc},
  27. //{AT_CONNECT, "AT+CIPOPEN=0,\"TCP\",\"120.26.68.165\",14319\r\n", at_callbackFunc},
  28. {AT_CONNECT, "AT+CIPOPEN=", at_callbackFunc},
  29. {AT_CONNECTCHK, "AT+CIPOPEN?\r\n", at_callbackFunc},
  30. {AT_SEND, "AT+CIPSEND=", at_callbackFunc},
  31. {AT_DISCON, "AT+CIPCLOSE=0\r\n", at_callbackFunc},
  32. {AT_NETCLOSE, "AT+NETCLOSE\r\n", at_callbackFunc},
  33. {AT_CGNSSPWR, "AT+CGNSSPWR=1\r\n", at_callbackFunc}};
  34. static process_Tcp gProcess_Tcp_Task = PROCESS_TCP_INIT;
  35. #define PROC_TCP_STATE_SWITCH(a) (gProcess_Tcp_Task = a)
  36. void InitFunc(void);
  37. sint8 TcpConnectFunc(sint8 *ConnectId);
  38. sint8 TcpDataSendFunc(sint8 ConnectId);
  39. sint8 TcpRegisterChkFunc(void);
  40. void TcpDataEncode(uint32 *PtrSendAddr, uint16 *SendLen);
  41. void GetUtc8Time(UTC8TimeType *UTC8TimeTcp);
  42. static void AtcmdTransmit(sint8 CmdIdx, uint8 *SetValuePtr, uint16 SetValueLen, sint8 *retFunc, uint16 timeout);
  43. static void TcpDataInfoRecvHandle(uint8 *DataRecv, uint16 DataRecvLen);
  44. static void GetCSQValue(uint8 *out);
  45. void Fota_Ftp(uint8 *dataPtrIn);
  46. void tcpUdsFunc(uint8 *Ptr, uint8 *AnsPtr);
  47. static void vTimer1000msCallback(TimerHandle_t pxTimer);
  48. bool SendTimerFlg = false;
  49. static uint32 TcpSendTimeCounter = 0;
  50. extern boolean waitForSleepFlag;
  51. boolean Uart_4G_Task_Sleep_FLag = false;
  52. void Uart_4G_Task(void *pvParameters)
  53. {
  54. (void)pvParameters;
  55. uint32 RecvTimerDelay = 0;
  56. uint8 UartRecvPtr[512];
  57. volatile uint16 tcpErrorCounter = 0;
  58. uint16 pReadLen = 0;
  59. // 4G开机
  60. Dio_LevelType _4G_Status = 0; // 0-关机,1-开机
  61. // Dio_WriteChannel(DioConf_DioChannel_PTA6_GPIO_OUT_MCU_4G_POW_EN, STD_ON);
  62. // vTaskDelay(pdMS_TO_TICKS(500));
  63. // Dio_WriteChannel(DioConf_DioChannel_PTA7_GPIO_OUT_MCU_4G_PWRKEY, STD_ON);
  64. // vTaskDelay(pdMS_TO_TICKS(50));
  65. // AtcmdDelayRecvFunc(UART_LPUART1,(char *)("SMS DONE"),30000);
  66. // Dio_WriteChannel(DioConf_DioChannel_PTA7_GPIO_OUT_MCU_4G_PWRKEY, STD_OFF);
  67. // _4G_Status = Dio_ReadChannel(DioConf_DioChannel_PTB1_GPIO_IN_MCU_4G_STATUS);
  68. // InitFunc(); // 4G模块初始化,注:AT同步不通过,没有进行次数判定及跳转
  69. TimerHandle_t monitorTimer1000ms;
  70. monitorTimer1000ms = xTimerCreate("monitor1000ms", 1000, pdTRUE, (void *)0, vTimer1000msCallback);
  71. xTimerStart(monitorTimer1000ms, 0);
  72. for (;;)
  73. {
  74. if (waitForSleepFlag == true)
  75. {
  76. PROC_TCP_STATE_SWITCH(PROCESS_TCP_SLEEP);
  77. }
  78. switch (gProcess_Tcp_Task)
  79. {
  80. case PROCESS_TCP_INIT:
  81. {
  82. Dio_WriteChannel(DioConf_DioChannel_PTA6_GPIO_OUT_MCU_4G_POW_EN, STD_ON);
  83. vTaskDelay(pdMS_TO_TICKS(500));
  84. Dio_WriteChannel(DioConf_DioChannel_PTA7_GPIO_OUT_MCU_4G_PWRKEY, STD_ON);
  85. vTaskDelay(pdMS_TO_TICKS(50));
  86. Dio_WriteChannel(DioConf_DioChannel_PTA7_GPIO_OUT_MCU_4G_PWRKEY, STD_OFF);
  87. AtcmdDelayRecvFunc(UART_LPUART1, (char *)("SMS DONE"), 30000);
  88. _4G_Status = Dio_ReadChannel(DioConf_DioChannel_PTB1_GPIO_IN_MCU_4G_STATUS);
  89. InitFunc();
  90. TcpSendTimeCounter = 0;
  91. PROC_TCP_STATE_SWITCH(PROCESS_TCP_IDLE);
  92. break;
  93. }
  94. case PROCESS_TCP_IDLE: // 空闲状态
  95. {
  96. UART_Receive_Data(UART_LPUART1, UartRecvPtr, &pReadLen, 100); // 100ms检测
  97. if (SocketId < 0)
  98. {
  99. PROC_TCP_STATE_SWITCH(PROCESS_TCP_REGCHK);
  100. }
  101. else if (pReadLen > 0)
  102. {
  103. PROC_TCP_STATE_SWITCH(PROCESS_TCP_RECV);
  104. RecvTimerDelay = TimerCounter;
  105. }
  106. else if (AppConfigInfo.eolFlg == 1 && TcpWorkState == 0 && SendTimerFlg == true)
  107. {
  108. SendTimerFlg = false;
  109. PROC_TCP_STATE_SWITCH(PROCESS_TCP_SEND);
  110. }
  111. if ((TimerCounter - RecvTimerDelay) >= 30000 && TcpWorkState == 1) // 10s内没有命令下发,进行正常发送任务
  112. {
  113. TcpWorkState = 0;
  114. }
  115. break;
  116. }
  117. case PROCESS_TCP_REGCHK: // 驻网检查,包括SIM,CPIN检查,ICCID获取
  118. {
  119. RegChkRet = TcpRegisterChkFunc();
  120. if (RegChkRet > 0) // 检查通过,SIM卡已就绪,已进行驻网
  121. {
  122. PROC_TCP_STATE_SWITCH(PROCESS_TCP_CONNECT);
  123. }
  124. else
  125. {
  126. PROC_TCP_STATE_SWITCH(PROCESS_TCP_ERROR);
  127. }
  128. break;
  129. }
  130. case PROCESS_TCP_CONNECT: // 网络连接,包括域名转换
  131. {
  132. if (SocketId < 0)
  133. {
  134. sint8 ConnectRet = 0;
  135. ConnectRet = TcpConnectFunc(&SocketId);
  136. if (ConnectRet > 0)
  137. {
  138. PROC_TCP_STATE_SWITCH(PROCESS_TCP_IDLE);
  139. TcpSendTimeCounter = 0;
  140. }
  141. else
  142. {
  143. PROC_TCP_STATE_SWITCH(PROCESS_TCP_ERROR);
  144. }
  145. }
  146. break;
  147. }
  148. case PROCESS_TCP_SEND: // 网络数据发送
  149. {
  150. sint8 SendRet = -1;
  151. SendRet = TcpDataSendFunc(SocketId);
  152. if (SendRet == 0)
  153. {
  154. PROC_TCP_STATE_SWITCH(PROCESS_TCP_IDLE);
  155. tcpErrorCounter = 0;
  156. }
  157. else
  158. {
  159. SocketId = -1;
  160. PROC_TCP_STATE_SWITCH(PROCESS_TCP_ERROR);
  161. }
  162. break;
  163. }
  164. case PROCESS_TCP_RECV: // 网络数据接收,100ms空闲状态下即可接收
  165. {
  166. if (pReadLen > 0 && SocketId >= 0)
  167. {
  168. TcpDataInfoRecvHandle(UartRecvPtr, pReadLen);
  169. }
  170. PROC_TCP_STATE_SWITCH(PROCESS_TCP_IDLE);
  171. break;
  172. }
  173. case PROCESS_TCP_HEART: // 心跳包发送
  174. {
  175. break;
  176. }
  177. case PROCESS_TCP_SLEEP: // 网络休眠状态
  178. {
  179. while (waitForSleepFlag == true)
  180. {
  181. Uart_4G_Task_Sleep_FLag = true;
  182. vTaskDelay(pdMS_TO_TICKS(1000));
  183. }
  184. PROC_TCP_STATE_SWITCH(PROCESS_TCP_INIT);
  185. break;
  186. }
  187. case PROCESS_TCP_ERROR: // 错误状态
  188. {
  189. vTaskDelay(pdMS_TO_TICKS(1000));
  190. tcpErrorCounter++;
  191. if (tcpErrorCounter > 60 && TcpSysReboot == 1) // 无法驻网或者联网
  192. {
  193. Dio_WriteChannel(DioConf_DioChannel_PTA7_GPIO_OUT_MCU_4G_PWRKEY, STD_ON);
  194. vTaskDelay(pdMS_TO_TICKS(2500));
  195. Dio_WriteChannel(DioConf_DioChannel_PTA7_GPIO_OUT_MCU_4G_PWRKEY, STD_OFF);
  196. vTaskDelay(pdMS_TO_TICKS(2500));
  197. tcpErrorCounter = 0;
  198. PROC_TCP_STATE_SWITCH(PROCESS_TCP_INIT);
  199. }
  200. else
  201. {
  202. PROC_TCP_STATE_SWITCH(PROCESS_TCP_IDLE);
  203. }
  204. break;
  205. }
  206. }
  207. }
  208. }
  209. static void vTimer1000msCallback(TimerHandle_t pxTimer)
  210. {
  211. uint32 ulTimerID;
  212. ulTimerID = (uint32)pvTimerGetTimerID(pxTimer);
  213. if (ulTimerID == 0)
  214. {
  215. SendTimerFlg = true;
  216. TcpSendTimeCounter++;
  217. }
  218. }
  219. sint8 TcpDataSendFunc(sint8 ConnectId)
  220. {
  221. sint8 outValue = -1;
  222. uint32 pSendDataAddr = 0;
  223. uint16 DataSendLen = 0;
  224. TcpDataEncode(&pSendDataAddr, &DataSendLen); // 数据组包,malloc申请在里面,pSendData指向申请的地址
  225. if (DataSendLen == 0)
  226. {
  227. return 0; // 暂时无数据可以发
  228. }
  229. outValue = tcpipConnectionSend(ConnectId, (uint8 *)pSendDataAddr, DataSendLen); // 发送函数
  230. if (pSendDataAddr != 0)
  231. {
  232. vPortFree((uint8 *)(pSendDataAddr));
  233. }
  234. pSendDataAddr = 0;
  235. return outValue;
  236. }
  237. sint8 tcpipConnectionSend(uint8 TcpConnectId, uint8 *SendDataPtr, uint16 SendDataLen)
  238. {
  239. sint8 outValue = -1;
  240. uint8 sendErrConuter = 0;
  241. uint16 ReadLen = 0;
  242. char AtCmdSend[30] = {0};
  243. uint8 AtCmdSendTotalLen = 0;
  244. uint8 UartRecvPtr[128]; // 暂存buffer改大
  245. uint8 ret = 0;
  246. sprintf(AtCmdSend, "AT+CIPSEND=%d,%d\r\n", TcpConnectId, SendDataLen);
  247. AtCmdSendTotalLen = mstrlen(AtCmdSend);
  248. while (outValue != 0 && sendErrConuter < 3)
  249. {
  250. ret = UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)AtCmdSend, AtCmdSendTotalLen, UartRecvPtr, &ReadLen, 1000);
  251. if (((ret == 0) && (ReadLen > 0) && ((uint8 *)strstr((char *)UartRecvPtr, (char *)(">")))) || 1) // 此IF条件默认通过
  252. {
  253. UART_Send_Data(UART_LPUART1, (uint8 *)SendDataPtr, SendDataLen, 1000);
  254. sint8 ret = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("+CIPSEND"), 2000);
  255. if (ret == 0)
  256. {
  257. outValue = 0;
  258. }
  259. else
  260. {
  261. outValue = -2;
  262. sendErrConuter++;
  263. }
  264. }
  265. else
  266. {
  267. outValue = -1;
  268. sendErrConuter++;
  269. }
  270. }
  271. return outValue;
  272. }
  273. sint8 TcpConnectFunc(sint8 *ConnectId)
  274. {
  275. uint8 ConnectStep = 1;
  276. sint8 ChkState = 0;
  277. sint8 ATRet = -1;
  278. uint8 UartRecvPtr[100];
  279. while (1)
  280. {
  281. switch (ConnectStep)
  282. {
  283. case 1: // AT指令同步
  284. {
  285. char *ATCmdSend = (char *)("ATE0\r\n");
  286. uint8 ATCmdSendLen = mstrlen(ATCmdSend);
  287. uint8 ReadLen = 0;
  288. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)ATCmdSend, ATCmdSendLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(1000));
  289. uint8 *retptr = NULL;
  290. if (ReadLen > 0)
  291. {
  292. retptr = (uint8 *)strstr((char *)UartRecvPtr, (char *)("OK"));
  293. if (retptr)
  294. {
  295. ConnectStep++;
  296. }
  297. else
  298. {
  299. ChkState = -ConnectStep;
  300. return ChkState;
  301. }
  302. }
  303. else
  304. {
  305. ChkState = -ConnectStep;
  306. return ChkState;
  307. }
  308. break;
  309. }
  310. case 2: // Netopen
  311. {
  312. AtcmdTransmit(AT_NETOPEN, NULL, 0, &ATRet, 100);
  313. if (ATRet == 0)
  314. {
  315. ConnectStep++;
  316. }
  317. else
  318. {
  319. ChkState = -ConnectStep;
  320. return ChkState;
  321. }
  322. break;
  323. }
  324. case 3: // 连接检查
  325. {
  326. AtcmdTransmit(AT_CONNECTCHK, NULL, 0, &ATRet, 1000); // ATret返回的值是连接id,如果未连接返回-1
  327. if (ATRet >= 0)
  328. {
  329. *ConnectId = ATRet;
  330. return 2;
  331. }
  332. else
  333. {
  334. ConnectStep++;
  335. }
  336. break;
  337. }
  338. case 4: // 域名转换
  339. {
  340. char AtCmdSend[30] = {0};
  341. uint8 AtCmdSendLen = 0;
  342. AtCmdSendLen = mstrlen(WebSiteName);
  343. memcpy(AtCmdSend, WebSiteName, AtCmdSendLen);
  344. memcpy(AtCmdSend + AtCmdSendLen, (char *)CRLF, sizeof(CRLF));
  345. AtCmdSendLen = AtCmdSendLen + 2;
  346. AtcmdTransmit(AT_CGIP, (uint8 *)AtCmdSend, AtCmdSendLen, &ATRet, 5000);
  347. if (ATRet == 0)
  348. {
  349. ConnectStep++;
  350. }
  351. else
  352. {
  353. ChkState = -ConnectStep;
  354. return ChkState;
  355. }
  356. break;
  357. }
  358. case 5: // 创建连接
  359. {
  360. char AtCmdSend[50] = {0};
  361. uint8 AtCmdSendTotalLen = 0;
  362. *ConnectId = 0;
  363. /*IP测试更改*/
  364. // char *ATCmdSend = (char *)("\"120.26.68.165\"");
  365. // memset(WebSiteIp,0x00,sizeof(WebSiteIp));
  366. // memcpy(WebSiteIp ,ATCmdSend,strlen(ATCmdSend));
  367. // WebSitePort = 14401;
  368. /**/
  369. sprintf(AtCmdSend, "AT+CIPOPEN=%d,\"TCP\",%s,%d\r\n", *ConnectId, WebSiteIp, WebSitePort); // 此处需要优化
  370. AtCmdSendTotalLen = mstrlen(AtCmdSend);
  371. UART_Send_Data(UART_LPUART1, AtCmdSend, AtCmdSendTotalLen, pdMS_TO_TICKS(100));
  372. ATRet = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("+CIPOPEN: 0,0"), 20000);
  373. if (ATRet == 0)
  374. {
  375. ConnectStep++;
  376. }
  377. else
  378. {
  379. ChkState = -ConnectStep;
  380. *ConnectId = -1;
  381. return ChkState;
  382. }
  383. break;
  384. }
  385. default:
  386. ChkState = ConnectStep;
  387. return ChkState;
  388. }
  389. }
  390. }
  391. sint8 TcpRegisterChkFunc(void)
  392. {
  393. uint8 RegChkStep = 0;
  394. sint8 ChkState = 0; // 默认为0
  395. sint8 ATRet = -1;
  396. while (1)
  397. {
  398. switch (RegChkStep)
  399. {
  400. case 0: // AT指令同步
  401. {
  402. AtcmdTransmit(AT_CMD_TEST, NULL, 0, &ATRet, 100);
  403. if (ATRet == 0)
  404. {
  405. RegChkStep++;
  406. }
  407. else
  408. {
  409. ChkState = -RegChkStep;
  410. return ChkState;
  411. }
  412. break;
  413. }
  414. case 1: // CPIN检查
  415. {
  416. AtcmdTransmit(AT_SIMREADY, NULL, 0, &ATRet, 100);
  417. if (ATRet == 0)
  418. {
  419. RegChkStep++;
  420. }
  421. else
  422. {
  423. ChkState = -RegChkStep;
  424. return ChkState;
  425. }
  426. break;
  427. }
  428. case 2:
  429. {
  430. AtcmdTransmit(AT_CGREG, NULL, 0, &ATRet, 1000); // 驻网检查,返回值1和5是驻网成功
  431. if (ATRet == 1 || ATRet == 5)
  432. {
  433. RegChkStep++;
  434. }
  435. else
  436. {
  437. ChkState = -RegChkStep;
  438. return ChkState;
  439. }
  440. break;
  441. }
  442. default:
  443. ChkState = RegChkStep;
  444. return ChkState;
  445. break;
  446. }
  447. }
  448. }
  449. void InitFunc(void)
  450. {
  451. // 4G模块初始化
  452. uint8 _4G_InitStep = 0;
  453. sint8 ATRet = -1;
  454. uint16 ReadLen = 0;
  455. char *ATCmdSend = NULL;
  456. uint8 ATCmdSendLen = 0;
  457. uint8 UartRecvPtr[50];
  458. uint16 ATerrorCnt = 0;
  459. uint8 *retptr = NULL;
  460. while (1)
  461. {
  462. switch (_4G_InitStep)
  463. {
  464. case 0: // AT指令同步
  465. {
  466. AtcmdTransmit(AT_CMD_TEST, NULL, 0, &ATRet, 100);
  467. if (ATRet == 0)
  468. {
  469. ATerrorCnt = 0;
  470. _4G_InitStep++;
  471. }
  472. else
  473. {
  474. vTaskDelay(pdMS_TO_TICKS(1000));
  475. ATerrorCnt++;
  476. if (ATerrorCnt > 60 * 5)
  477. {
  478. SystemSoftwareReset();
  479. }
  480. }
  481. break;
  482. }
  483. case 1: // 关闭回显
  484. {
  485. ATCmdSend = (char *)("ATE0\r\n");
  486. ATCmdSendLen = mstrlen(ATCmdSend);
  487. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)ATCmdSend, ATCmdSendLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(10000));
  488. if (ReadLen > 0)
  489. {
  490. retptr = (uint8 *)strstr((char *)UartRecvPtr, (char *)("OK"));
  491. if (retptr)
  492. {
  493. _4G_InitStep++;
  494. }
  495. else
  496. {
  497. _4G_InitStep = 0;
  498. }
  499. }
  500. else
  501. {
  502. _4G_InitStep = 0;
  503. }
  504. break;
  505. }
  506. case 2: // IMEI获取
  507. {
  508. ATCmdSend = (char *)("AT+SIMEI?\r\n");
  509. ATCmdSendLen = mstrlen(ATCmdSend);
  510. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)ATCmdSend, ATCmdSendLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(1000));
  511. if (ReadLen > 0)
  512. {
  513. retptr = (uint8 *)strstr((char *)UartRecvPtr, (char *)("+SIMEI"));
  514. if (retptr)
  515. {
  516. memcpy(ImeiNum, retptr + 8, 15);
  517. _4G_InitStep++;
  518. }
  519. else
  520. {
  521. _4G_InitStep = 0;
  522. }
  523. }
  524. else
  525. {
  526. _4G_InitStep = 0;
  527. }
  528. break;
  529. }
  530. case 3: // 打开时间自动更新
  531. {
  532. ATCmdSend = (char *)("AT+CTZU=1\r\n");
  533. ATCmdSendLen = mstrlen(ATCmdSend);
  534. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)ATCmdSend, ATCmdSendLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(1000));
  535. if (ReadLen > 0)
  536. {
  537. retptr = (uint8 *)strstr((char *)UartRecvPtr, (char *)("OK"));
  538. if (retptr)
  539. {
  540. _4G_InitStep++;
  541. }
  542. }
  543. else
  544. {
  545. _4G_InitStep = 0;
  546. }
  547. break;
  548. }
  549. case 4: // ICCID获取
  550. {
  551. AtcmdTransmit(AT_GETICCID, NULL, 0, &ATRet, 1000);
  552. if (ATRet == 0)
  553. {
  554. _4G_InitStep++;
  555. }
  556. else
  557. {
  558. _4G_InitStep = 0;
  559. }
  560. break;
  561. }
  562. case 5:
  563. {
  564. ATCmdSend = (char *)("AT+CIPSENDMODE=0\r\n");
  565. ATCmdSendLen = mstrlen(ATCmdSend);
  566. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)ATCmdSend, ATCmdSendLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(100));
  567. if (ReadLen > 0)
  568. {
  569. retptr = (uint8 *)strstr((char *)UartRecvPtr, (char *)("OK"));
  570. if (retptr)
  571. {
  572. _4G_InitStep++;
  573. }
  574. }
  575. else
  576. {
  577. _4G_InitStep = 0;
  578. }
  579. }
  580. default:
  581. {
  582. return;
  583. break;
  584. }
  585. }
  586. }
  587. }
  588. static void AtcmdTransmit(sint8 CmdIdx, uint8 *SetValuePtr, uint16 SetValueLen, sint8 *retFunc, uint16 timeout)
  589. {
  590. uint16 ReadLen = 0;
  591. uint8 PtrATCmdSend[64];
  592. uint8 ATCmdFixedLen = 0;
  593. uint16 ATCmdTotalLen = 0;
  594. uint8 UartRecvPtr[256];
  595. ATCmdFixedLen = mstrlen(Atcmdfunc[CmdIdx].str);
  596. ATCmdTotalLen = ATCmdFixedLen + SetValueLen;
  597. memset(PtrATCmdSend, 0x00, ATCmdTotalLen + 1);
  598. memcpy(PtrATCmdSend, Atcmdfunc[CmdIdx].str, ATCmdFixedLen);
  599. if (SetValuePtr != NULL)
  600. {
  601. memcpy(&PtrATCmdSend[ATCmdFixedLen], SetValuePtr, SetValueLen);
  602. }
  603. UART_Query_Data(UART_LPUART1, UART_LPUART1, PtrATCmdSend, ATCmdTotalLen, UartRecvPtr, &ReadLen, timeout);
  604. if (ReadLen > 0)
  605. {
  606. *retFunc = Atcmdfunc[CmdIdx].cb((char *)PtrATCmdSend, UartRecvPtr, CmdIdx, ReadLen);
  607. }
  608. else
  609. {
  610. *retFunc = -1;
  611. }
  612. return;
  613. }
  614. sint8 at_callbackFunc(char *PSendStr, char *pReadStr, uint8 CmdIdx, uint16 pReadLen)
  615. {
  616. sint8 OutValue = -1;
  617. uint8 *retptr = NULL;
  618. char *OkAns = "OK";
  619. retptr = (uint8 *)strstr((char *)pReadStr, OkAns);
  620. switch (CmdIdx)
  621. {
  622. case AT_CMD_TEST:
  623. {
  624. if (retptr)
  625. {
  626. OutValue = 0;
  627. }
  628. break;
  629. }
  630. case AT_SIMREADY:
  631. {
  632. if (retptr)
  633. {
  634. retptr = (uint8 *)strstr((char *)pReadStr, (char *)("READY"));
  635. if (retptr)
  636. {
  637. OutValue = 0;
  638. }
  639. }
  640. break;
  641. }
  642. case AT_GETICCID:
  643. {
  644. if (retptr)
  645. {
  646. retptr = (uint8 *)strstr((char *)pReadStr, (char *)("ICCID:"));
  647. if (retptr)
  648. {
  649. memcpy(IccidNum, retptr + 7, 20);
  650. OutValue = 0;
  651. }
  652. }
  653. break;
  654. }
  655. case AT_CGREG:
  656. {
  657. if (retptr)
  658. {
  659. retptr = (uint8 *)strstr((char *)pReadStr, (char *)("CGREG:"));
  660. if (retptr)
  661. {
  662. uint8 RegN = 0;
  663. uint8 RegState = 0;
  664. RegN = CharToHex(*(retptr + 7));
  665. RegState = CharToHex(*(retptr + 9));
  666. OutValue = (RegState + RegN);
  667. return OutValue;
  668. }
  669. }
  670. break;
  671. }
  672. case AT_NETOPEN:
  673. {
  674. if (retptr)
  675. {
  676. OutValue = 0;
  677. }
  678. retptr = (uint8 *)strstr((char *)pReadStr, (char *)("opened")); // 重复打开
  679. if (retptr)
  680. {
  681. OutValue = 0;
  682. }
  683. break;
  684. }
  685. case AT_CONNECTCHK:
  686. {
  687. if (retptr)
  688. {
  689. retptr = (uint8 *)strstr((char *)pReadStr, (char *)("TCP"));
  690. if (retptr)
  691. {
  692. OutValue = CharToHex(*(retptr - 3));
  693. return OutValue;
  694. }
  695. }
  696. break;
  697. }
  698. case AT_CGIP:
  699. {
  700. if (retptr)
  701. {
  702. memset(WebSiteIp, 0x00, sizeof(WebSiteIp));
  703. for (uint8 i = 0; i < 30; i++)
  704. {
  705. if (*(retptr - i) == ',')
  706. {
  707. memcpy(WebSiteIp, retptr - i + 1, i - 5);
  708. OutValue = 0;
  709. break;
  710. }
  711. }
  712. }
  713. break;
  714. }
  715. case AT_CONNECT:
  716. {
  717. if (retptr)
  718. {
  719. retptr = (uint8 *)strstr((char *)pReadStr, (char *)("CIPOPEN:"));
  720. if (retptr && pReadLen > 9)
  721. {
  722. SocketId = CharToHex(*(retptr + 9));
  723. }
  724. OutValue = 0;
  725. }
  726. break;
  727. }
  728. case AT_SEND:
  729. {
  730. retptr = (uint8 *)strstr((char *)pReadStr, (char *)(">"));
  731. if (retptr)
  732. {
  733. OutValue = 0;
  734. }
  735. else
  736. {
  737. OutValue = -1;
  738. }
  739. break;
  740. }
  741. default:
  742. break;
  743. }
  744. return OutValue;
  745. }
  746. void TcpDataEncode(uint32 *PtrSendAddr, uint16 *SendLen)
  747. {
  748. static UTC8TimeType UTC8TimeTcp;
  749. uint8 *SendBuffer = NULL;
  750. uint8 DataIdx = 0;
  751. if ((TcpSendTimeCounter) % (60 * 60) == 1)
  752. {
  753. DataIdx = VerMsg; // 版本信息发送
  754. }
  755. else if (TcpSendTimeCounter % 10 == 2)
  756. {
  757. DataIdx = TruckBattMsg; // 电池信息发送
  758. }
  759. else if ((TcpSendTimeCounter) % 60 == 3)
  760. {
  761. DataIdx = TruckVehiMsg; // 车辆信息发送
  762. }
  763. else if ((TcpSendTimeCounter) % 60 == 4)
  764. {
  765. DataIdx = TruckAcclMsg; // 累计信息发送
  766. }
  767. else if ((TcpSendTimeCounter) % 10 == 5)
  768. {
  769. DataIdx = GpsMsg; // 定位信息发送
  770. }
  771. else if ((TcpSendTimeCounter) % (60 * 60 * 2) == 6)
  772. {
  773. DataIdx = 0x01; // 时间校准
  774. }
  775. else if ((TcpSendTimeCounter) % 10 == 7)
  776. {
  777. DataIdx = DebugMsg; // 调试信息发送,含FFT结果
  778. }
  779. else
  780. {
  781. *SendLen = 0;
  782. DataIdx = 0; // 不发送,返回
  783. return;
  784. }
  785. memcpy(TcpbattSN, AppConfigInfo.deviceSn, 17);
  786. GetUtc8Time(&UTC8TimeTcp); // 时间获取
  787. vTaskDelay(pdMS_TO_TICKS(100));
  788. switch (DataIdx)
  789. {
  790. case 0x01: // 时间校准
  791. {
  792. char *ATCmdSend = (char *)("AT+CNTP\r\n");
  793. uint8 ATCmdSendLen = mstrlen(ATCmdSend);
  794. uint8 ReadLen = 0;
  795. uint8 UartRecvPtr[20];
  796. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)ATCmdSend, ATCmdSendLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(500));
  797. *SendLen = 0; // 不发送,长度为0
  798. return;
  799. }
  800. case 0x82:
  801. {
  802. GPSInfo GpsRecvData;
  803. GPSMsgtoTcpType GpsToTcpInfo;
  804. *SendLen = sizeof(GpsToTcpInfo);
  805. SendBuffer = pvPortMalloc(*SendLen);
  806. uint16 tac = 0;
  807. uint32 cellId = 0;
  808. uint8 DataLen = (uint16)sizeof(GpsToTcpInfo.gpsInfo);
  809. GpsToTcpInfo.startSymbol[0] = TCP_START_SYM1;
  810. GpsToTcpInfo.startSymbol[1] = TCP_START_SYM2;
  811. GpsToTcpInfo.cmdSymbol = TCP_CMD_SYM;
  812. GpsToTcpInfo.ansSymbol = TCP_ANS_SYM;
  813. memcpy(GpsToTcpInfo.SN, TcpbattSN, BATT_SN_LEN);
  814. GpsToTcpInfo.encryptMethod = TCP_ENCPT_DISABLE; // not encrypt
  815. GpsToTcpInfo.dataLength[0] = (DataLen >> 8) & 0xFF;
  816. GpsToTcpInfo.dataLength[1] = DataLen & 0xFF;
  817. GpsToTcpInfo.gpsInfo.sendTimeUTC[0] = (UTC8TimeTcp.year) & 0xFF; // year
  818. GpsToTcpInfo.gpsInfo.sendTimeUTC[1] = UTC8TimeTcp.month & 0xFF; // month
  819. GpsToTcpInfo.gpsInfo.sendTimeUTC[2] = UTC8TimeTcp.day & 0xFF; // day
  820. GpsToTcpInfo.gpsInfo.sendTimeUTC[3] = UTC8TimeTcp.hour & 0xFF; // hour
  821. GpsToTcpInfo.gpsInfo.sendTimeUTC[4] = UTC8TimeTcp.minute & 0xFF; // mins
  822. GpsToTcpInfo.gpsInfo.sendTimeUTC[5] = UTC8TimeTcp.second & 0xFF; // sec
  823. GpsToTcpInfo.gpsInfo.msgMark = DataIdx;
  824. GpsToTcpInfo.gpsInfo.msgCollectionTimeUTC[0] = (UTC8TimeTcp.year) & 0xFF; // year
  825. GpsToTcpInfo.gpsInfo.msgCollectionTimeUTC[1] = UTC8TimeTcp.month & 0xFF; // month
  826. GpsToTcpInfo.gpsInfo.msgCollectionTimeUTC[2] = UTC8TimeTcp.day & 0xFF; // day
  827. GpsToTcpInfo.gpsInfo.msgCollectionTimeUTC[3] = UTC8TimeTcp.hour & 0xFF; // hour
  828. GpsToTcpInfo.gpsInfo.msgCollectionTimeUTC[4] = UTC8TimeTcp.minute & 0xFF; // mins
  829. GpsToTcpInfo.gpsInfo.msgCollectionTimeUTC[5] = UTC8TimeTcp.second & 0xFF;
  830. if (xQueueReceive(GpsDataQueueHandle, &GpsRecvData, 0) == pdPASS)
  831. {
  832. memcpy((uint8 *)&GpsToTcpInfo.gpsInfo.GpsInfoData, (uint8 *)&GpsRecvData, sizeof(GPSInfo));
  833. }
  834. else
  835. {
  836. memset((uint8 *)&GpsToTcpInfo.gpsInfo.GpsInfoData, 0x00, sizeof(GPSInfo));
  837. }
  838. GpsToTcpInfo.gpsInfo.Tac[0] = tac >> 8;
  839. GpsToTcpInfo.gpsInfo.Tac[1] = tac & 0xFF;
  840. GpsToTcpInfo.gpsInfo.CellID[0] = cellId >> 24;
  841. GpsToTcpInfo.gpsInfo.CellID[0] = cellId >> 16;
  842. GpsToTcpInfo.gpsInfo.CellID[0] = cellId >> 8;
  843. GpsToTcpInfo.gpsInfo.CellID[0] = cellId;
  844. uint16 xyzDatacache[3] = {0};
  845. memcpy(xyzDatacache, xyzData, 3 * sizeof(uint16));
  846. for (uint8 i = 0; i < 3; i++)
  847. {
  848. if (xyzDatacache[i] > 0x8000) // 数据为负
  849. {
  850. xyzDatacache[i] = 20000U + (sint16)xyzDatacache[i];
  851. }
  852. else
  853. {
  854. xyzDatacache[i] = xyzDatacache[i] + 20000U;
  855. }
  856. }
  857. GpsToTcpInfo.gpsInfo.xData[0] = xyzDatacache[0] >> 8;
  858. GpsToTcpInfo.gpsInfo.xData[1] = xyzDatacache[0];
  859. GpsToTcpInfo.gpsInfo.yData[0] = xyzDatacache[1] >> 8;
  860. GpsToTcpInfo.gpsInfo.yData[1] = xyzDatacache[1];
  861. GpsToTcpInfo.gpsInfo.zData[0] = xyzDatacache[2] >> 8;
  862. GpsToTcpInfo.gpsInfo.zData[1] = xyzDatacache[2];
  863. GpsToTcpInfo.CRC = bcc_chk((uint8 *)&GpsToTcpInfo, sizeof(GPSMsgtoTcpType) - 1);
  864. memcpy(SendBuffer, &GpsToTcpInfo, sizeof(GpsToTcpInfo));
  865. *PtrSendAddr = (uint32)SendBuffer;
  866. break;
  867. }
  868. case 0x86:
  869. {
  870. VersionMsgtoTcpType VerMsgToTcpInfo;
  871. *SendLen = sizeof(VersionMsgtoTcpType);
  872. SendBuffer = pvPortMalloc(*SendLen);
  873. uint16 DataLen = 0;
  874. DataLen = (uint16)sizeof(VerMsgToTcpInfo.VerInfo);
  875. VerMsgToTcpInfo.startSymbol[0] = TCP_START_SYM1;
  876. VerMsgToTcpInfo.startSymbol[1] = TCP_START_SYM2;
  877. VerMsgToTcpInfo.cmdSymbol = TCP_CMD_SYM;
  878. VerMsgToTcpInfo.ansSymbol = TCP_ANS_SYM;
  879. memcpy(VerMsgToTcpInfo.SN, TcpbattSN, BATT_SN_LEN);
  880. VerMsgToTcpInfo.encryptMethod = TCP_ENCPT_DISABLE; // not encrypt
  881. VerMsgToTcpInfo.dataLength[0] = (DataLen >> 8) & 0xFF;
  882. VerMsgToTcpInfo.dataLength[1] = DataLen & 0xFF;
  883. VerMsgToTcpInfo.VerInfo.sendTimeUTC[0] = (UTC8TimeTcp.year) & 0xFF; // year
  884. VerMsgToTcpInfo.VerInfo.sendTimeUTC[1] = UTC8TimeTcp.month & 0xFF; // month
  885. VerMsgToTcpInfo.VerInfo.sendTimeUTC[2] = UTC8TimeTcp.day & 0xFF; // day
  886. VerMsgToTcpInfo.VerInfo.sendTimeUTC[3] = UTC8TimeTcp.hour & 0xFF; // hour
  887. VerMsgToTcpInfo.VerInfo.sendTimeUTC[4] = UTC8TimeTcp.minute & 0xFF; // mins
  888. VerMsgToTcpInfo.VerInfo.sendTimeUTC[5] = UTC8TimeTcp.second & 0xFF; // sec
  889. VerMsgToTcpInfo.VerInfo.msgMark = DataIdx;
  890. VerMsgToTcpInfo.VerInfo.msgCollectionTimeUTC[0] = (UTC8TimeTcp.year) & 0xFF; // year
  891. VerMsgToTcpInfo.VerInfo.msgCollectionTimeUTC[1] = UTC8TimeTcp.month & 0xFF; // month
  892. VerMsgToTcpInfo.VerInfo.msgCollectionTimeUTC[2] = UTC8TimeTcp.day & 0xFF; // day
  893. VerMsgToTcpInfo.VerInfo.msgCollectionTimeUTC[3] = UTC8TimeTcp.hour & 0xFF; // hour
  894. VerMsgToTcpInfo.VerInfo.msgCollectionTimeUTC[4] = UTC8TimeTcp.minute & 0xFF; // mins
  895. VerMsgToTcpInfo.VerInfo.msgCollectionTimeUTC[5] = UTC8TimeTcp.second & 0xFF;
  896. memcpy(VerMsgToTcpInfo.VerInfo.ICCID, IccidNum, 20);
  897. memcpy(VerMsgToTcpInfo.VerInfo.IMEI, ImeiNum, 15);
  898. VerMsgToTcpInfo.VerInfo.BMSHwVersion[0] = BMS_HardwareVersion >> 8;
  899. VerMsgToTcpInfo.VerInfo.BMSHwVersion[1] = BMS_HardwareVersion;
  900. VerMsgToTcpInfo.VerInfo.BMSSwVersion[0] = BMS_SoftwareVersion >> 24;
  901. VerMsgToTcpInfo.VerInfo.BMSSwVersion[1] = BMS_SoftwareVersion >> 16;
  902. VerMsgToTcpInfo.VerInfo.BMSSwVersion[2] = BMS_SoftwareVersion >> 8;
  903. VerMsgToTcpInfo.VerInfo.BMSSwVersion[3] = BMS_SoftwareVersion;
  904. VerMsgToTcpInfo.VerInfo.HwVersion[0] = (HwVersion >> 8) & 0xFF;
  905. VerMsgToTcpInfo.VerInfo.HwVersion[1] = (HwVersion)&0xFF;
  906. VerMsgToTcpInfo.VerInfo.BLVersion[0] = (BlSwVersion >> 24) & 0xFF;
  907. VerMsgToTcpInfo.VerInfo.BLVersion[1] = (BlSwVersion >> 16) & 0xFF;
  908. VerMsgToTcpInfo.VerInfo.BLVersion[2] = (BlSwVersion >> 8) & 0xFF;
  909. VerMsgToTcpInfo.VerInfo.BLVersion[3] = (BlSwVersion)&0xFF;
  910. VerMsgToTcpInfo.VerInfo.DRVVersion[0] = (DrvSwVersion >> 24) & 0xFF;
  911. VerMsgToTcpInfo.VerInfo.DRVVersion[1] = (DrvSwVersion >> 16) & 0xFF;
  912. VerMsgToTcpInfo.VerInfo.DRVVersion[2] = (DrvSwVersion >> 8) & 0xFF;
  913. VerMsgToTcpInfo.VerInfo.DRVVersion[3] = (DrvSwVersion)&0xFF;
  914. VerMsgToTcpInfo.VerInfo.APPVersion[0] = (AppSwVersion >> 24) & 0xFF;
  915. VerMsgToTcpInfo.VerInfo.APPVersion[1] = (AppSwVersion >> 16) & 0xFF;
  916. VerMsgToTcpInfo.VerInfo.APPVersion[2] = (AppSwVersion >> 8) & 0xFF;
  917. VerMsgToTcpInfo.VerInfo.APPVersion[3] = (AppSwVersion)&0xFF;
  918. VerMsgToTcpInfo.VerInfo.BmsType = BmsManuFacture;
  919. VerMsgToTcpInfo.VerInfo.BmsInfo = BmsInfo;
  920. VerMsgToTcpInfo.VerInfo.DataModuleType = DataModuleType;
  921. VerMsgToTcpInfo.CRC = bcc_chk((uint8 *)&VerMsgToTcpInfo, sizeof(VerMsgToTcpInfo) - 1);
  922. memcpy(SendBuffer, &VerMsgToTcpInfo, sizeof(VersionMsgtoTcpType));
  923. *PtrSendAddr = (uint32)SendBuffer;
  924. break;
  925. }
  926. case DebugMsg:
  927. {
  928. char rbuf[512]={0};
  929. DebugMsgtoTcpType DebugMsgInfo;
  930. UINT16 DataLen = 0;
  931. UINT16 BufferLen = 0;
  932. sprintf((char *)rbuf, "{%.2f,%.2f,%.2f,%.2f,%.2f;\
  933. %.2f,%.2f,%.2f,%.2f,%.2f,}\
  934. {%.2f,%.2f,%.2f,%.2f,%.2f;\
  935. %.2f,%.2f,%.2f,%.2f,%.2f,}\
  936. {%.2f,%.2f,%.2f,%.2f,%.2f;\
  937. %.2f,%.2f,%.2f,%.2f,%.2f,}",
  938. returnFreq[0][0], returnFreq[0][1], returnFreq[0][2], returnFreq[0][3], returnFreq[0][4],
  939. returnP[0][0], returnP[0][1], returnP[0][2], returnP[0][3], returnP[0][4],
  940. returnFreq[1][0], returnFreq[1][1], returnFreq[1][2], returnFreq[1][3], returnFreq[1][4],
  941. returnP[1][0], returnP[1][1], returnP[1][2], returnP[1][3], returnP[1][4],
  942. returnFreq[2][0], returnFreq[2][1], returnFreq[2][2], returnFreq[2][3], returnFreq[2][4],
  943. returnP[2][0], returnP[2][1], returnP[2][2], returnP[2][3], returnP[2][4]);
  944. BufferLen = strlen((const char *)rbuf);
  945. #ifdef SEGGER_RTT_PRINTF
  946. SEGGER_RTT_printf("[%d]BufferLen=%d\r\n",__LINE__,BufferLen);
  947. SEGGER_RTT_printf("[%d]rbuf=%s\r\n",__LINE__,rbuf);
  948. #endif
  949. *SendLen = BufferLen + sizeof(DebugMsgInfo);
  950. SendBuffer = pvPortMalloc(*SendLen);
  951. memcpy(SendBuffer + sizeof(DebugMsgInfo) - 1, rbuf, BufferLen);
  952. DataLen = sizeof(DebugMsgInfo.DebugInfo) + BufferLen;
  953. DebugMsgInfo.startSymbol[0] = TCP_START_SYM1;
  954. DebugMsgInfo.startSymbol[1] = TCP_START_SYM2;
  955. DebugMsgInfo.cmdSymbol = TCP_CMD_SYM;
  956. DebugMsgInfo.ansSymbol = TCP_ANS_SYM;
  957. memcpy(DebugMsgInfo.SN, TcpbattSN, BATT_SN_LEN);
  958. DebugMsgInfo.encryptMethod = TCP_ENCPT_DISABLE; // not encrypt
  959. DebugMsgInfo.dataLength[0] = (DataLen >> 8) & 0xFF;
  960. DebugMsgInfo.dataLength[1] = DataLen & 0xFF;
  961. DebugMsgInfo.DebugInfo.sendTimeUTC[0] = UTC8TimeTcp.year & 0xFF; // year
  962. DebugMsgInfo.DebugInfo.sendTimeUTC[1] = UTC8TimeTcp.month & 0xFF; // month
  963. DebugMsgInfo.DebugInfo.sendTimeUTC[2] = UTC8TimeTcp.day & 0xFF; // day
  964. DebugMsgInfo.DebugInfo.sendTimeUTC[3] = UTC8TimeTcp.hour & 0xFF; // hour
  965. DebugMsgInfo.DebugInfo.sendTimeUTC[4] = UTC8TimeTcp.minute & 0xFF; // mins
  966. DebugMsgInfo.DebugInfo.sendTimeUTC[5] = UTC8TimeTcp.second & 0xFF; // sec
  967. DebugMsgInfo.DebugInfo.msgMark = DebugMsg;
  968. DebugMsgInfo.DebugInfo.DebugLen[0] = BufferLen >> 8;
  969. DebugMsgInfo.DebugInfo.DebugLen[1] = BufferLen;
  970. memcpy(SendBuffer, (UINT8 *)&DebugMsgInfo, sizeof(DebugMsgInfo) - 1);
  971. DebugMsgInfo._CRC = bcc_chk(SendBuffer, BufferLen + sizeof(DebugMsgInfo) - 1);
  972. memcpy(SendBuffer + BufferLen + sizeof(DebugMsgInfo) - 1, &DebugMsgInfo._CRC, 1);
  973. *PtrSendAddr = (uint32)SendBuffer;
  974. break;
  975. }
  976. case 0x90:
  977. {
  978. *SendLen = 0x52;
  979. SendBuffer = pvPortMalloc(*SendLen);
  980. *(SendBuffer + 0) = TCP_START_SYM1;
  981. *(SendBuffer + 1) = TCP_START_SYM2;
  982. *(SendBuffer + 2) = TCP_CMD_SYM;
  983. *(SendBuffer + 3) = TCP_ANS_SYM;
  984. memcpy(SendBuffer + 4, TcpbattSN, BATT_SN_LEN);
  985. *(SendBuffer + 0x15) = (TCP_ENCPT_DISABLE & 0xFF); // uint8 TCP_ENCPT_DISABLE
  986. uint16 DataLen = 0x39; // 57
  987. *(SendBuffer + 0x16) = ((DataLen >> 8) & 0xFF); // uint16 DataLen
  988. *(SendBuffer + 0x17) = (DataLen & 0xFF);
  989. *(SendBuffer + 0x18) = ((UTC8TimeTcp.year) & 0xFF); // uint8 year
  990. *(SendBuffer + 0x19) = (UTC8TimeTcp.month & 0xFF); // uint8 month
  991. *(SendBuffer + 0x1A) = (UTC8TimeTcp.day & 0xFF); // uint8 day
  992. *(SendBuffer + 0x1B) = (UTC8TimeTcp.hour & 0xFF); // uint8 hour
  993. *(SendBuffer + 0x1C) = (UTC8TimeTcp.minute & 0xFF); // uint8 minute
  994. *(SendBuffer + 0x1D) = (UTC8TimeTcp.second & 0xFF); // uint8 second
  995. *(SendBuffer + 0x1E) = (DataIdx & 0xFF); // uint8 BATTMSG
  996. *(SendBuffer + 0x1F) = ((UTC8TimeTcp.year) & 0xFF); // uint8 year
  997. *(SendBuffer + 0x20) = (UTC8TimeTcp.month & 0xFF); // uint8 month
  998. *(SendBuffer + 0x21) = (UTC8TimeTcp.day & 0xFF); // uint8 day
  999. *(SendBuffer + 0x22) = (UTC8TimeTcp.hour & 0xFF); // uint8 hour
  1000. *(SendBuffer + 0x23) = (UTC8TimeTcp.minute & 0xFF); // uint8 minute
  1001. *(SendBuffer + 0x24) = (UTC8TimeTcp.second & 0xFF); // uint8 second
  1002. memcpy(SendBuffer + 0x25, VIN, 17);
  1003. *(SendBuffer + 0x36) = (vehicleStatus & 0xFF); // uint8 整车状态
  1004. if (BMS_Mode == 1)
  1005. {
  1006. bmsHVOn = 1;
  1007. }
  1008. else if (BMS_Mode == 2)
  1009. {
  1010. bmsHVOn = 0;
  1011. }
  1012. else
  1013. {
  1014. bmsHVOn = 0xFF;
  1015. }
  1016. *(SendBuffer + 0x37) = (bmsHVOn & 0xFF); // uint8 bms上高压指令
  1017. *(SendBuffer + 0x38) = (currentGearPosition & 0xFF); // uint8 当前档位
  1018. *(SendBuffer + 0x39) = (parkingBreakStatus & 0xFF); // uint8 手刹信号
  1019. *(SendBuffer + 0x3A) = (breakingStatus & 0xFF); // uint8 制动开关
  1020. *(SendBuffer + 0x3B) = ((ODO >> 24) & 0xFF); // uint32 总里程
  1021. *(SendBuffer + 0x3C) = ((ODO >> 16) & 0xFF);
  1022. *(SendBuffer + 0x3D) = ((ODO >> 8) & 0xFF);
  1023. *(SendBuffer + 0x3E) = (ODO & 0xFF);
  1024. *(SendBuffer + 0x3F) = (dcdcWorkStatus & 0xFF); // uint8 DCDC状态
  1025. *(SendBuffer + 0x40) = (numOfChrgableSubsys & 0xFF); // uint8 可充电子系统数
  1026. *(SendBuffer + 0x41) = (chrgableSubsysCode & 0xFF); // uint8 可充电储能子系统号
  1027. *(SendBuffer + 0x42) = (BMS_MaxCellTempCSC & 0xFF); // uint8 最高温度子系统号 精度_1,偏移量_0,单位_
  1028. *(SendBuffer + 0x43) = (BMS_MaxCellTempNum & 0xFF); // uint8 最高温度探针单体代号 精度_1,偏移量_0,单位_
  1029. *(SendBuffer + 0x44) = (BMS_MinCellTempCSC & 0xFF); // uint8 最低温度子系统号 精度_1,偏移量_0,单位_
  1030. *(SendBuffer + 0x45) = (BMS_MinCellTempNum & 0xFF); // uint8 最低温度探针子系统代号 精度_1,偏移量_0,单位_
  1031. *(SendBuffer + 0x46) = (BMS_MaxCellVoltCSC & 0xFF); // uint8 最高电压电池子系统号 精度_1,偏移量_0,单位_
  1032. *(SendBuffer + 0x47) = ((BMS_MaxCellVoltNum >> 8) & 0xFF); // uint16 最高电压电池单体代号 精度_1,偏移量_0,单位_
  1033. *(SendBuffer + 0x48) = (BMS_MaxCellVoltNum & 0xFF);
  1034. *(SendBuffer + 0x49) = (BMS_MinCellVoltCSC & 0xFF); // uint8 最低电压电池子系统号 精度_1,偏移量_0,单位_
  1035. *(SendBuffer + 0x4A) = ((BMS_MinCellVoltNum >> 8) & 0xFF); // uint16 最低电压电池单体代号 精度_1,偏移量_0,单位_
  1036. *(SendBuffer + 0x4B) = (BMS_MinCellVoltNum & 0xFF);
  1037. *(SendBuffer + 0x4C) = (ebcStatus & 0xFF); // uint8 换电控制器状态
  1038. *(SendBuffer + 0x4D) = (uint8)((ebcAskHVOn & 0x01) | ((ebcAskHVOff & 0x01) << 1) | ((retainLockSignal & 0x01) << 3) | ((dischargeLockSignal & 0x01) << 5) | ((chargeLockSignal & 0x01) << 6));
  1039. *(SendBuffer + 0x4E) = (chargeFlag & 0xFF); // uint8 充电标志位
  1040. *(SendBuffer + 0x4F) = ((vcuDCVol >> 8) & 0xFF); // uint16 电机直流母线电压
  1041. *(SendBuffer + 0x50) = (vcuDCVol & 0xFF);
  1042. *(SendBuffer + 0x51) = bcc_chk(SendBuffer, 0x51);
  1043. *PtrSendAddr = (uint32)SendBuffer;
  1044. break;
  1045. }
  1046. case 0x91:
  1047. {
  1048. GetCSQValue(&CSQValue);
  1049. *SendLen = 0x54 + min(BMS_CellTotal, BMS_CELL_MAX_NUM) * 2 + min(BMS_TempTotal, BMS_TEMP_MAX_NUM);
  1050. SendBuffer = pvPortMalloc(*SendLen);
  1051. *(SendBuffer + 0) = TCP_START_SYM1;
  1052. *(SendBuffer + 1) = TCP_START_SYM2;
  1053. *(SendBuffer + 2) = TCP_CMD_SYM;
  1054. *(SendBuffer + 3) = TCP_ANS_SYM;
  1055. memcpy(SendBuffer + 4, TcpbattSN, BATT_SN_LEN);
  1056. *(SendBuffer + 0x15) = (TCP_ENCPT_DISABLE & 0xFF); // uint8 TCP_ENCPT_DISABLE
  1057. uint16 DataLen = 0x3B + min(BMS_CellTotal, BMS_CELL_MAX_NUM) * 2 + min(BMS_TempTotal, BMS_TEMP_MAX_NUM);
  1058. *(SendBuffer + 0x16) = ((DataLen >> 8) & 0xFF); // uint16 DataLen
  1059. *(SendBuffer + 0x17) = (DataLen & 0xFF);
  1060. *(SendBuffer + 0x18) = ((UTC8TimeTcp.year) & 0xFF); // uint8 year
  1061. *(SendBuffer + 0x19) = (UTC8TimeTcp.month & 0xFF); // uint8 month
  1062. *(SendBuffer + 0x1A) = (UTC8TimeTcp.day & 0xFF); // uint8 day
  1063. *(SendBuffer + 0x1B) = (UTC8TimeTcp.hour & 0xFF); // uint8 hour
  1064. *(SendBuffer + 0x1C) = (UTC8TimeTcp.minute & 0xFF); // uint8 minute
  1065. *(SendBuffer + 0x1D) = (UTC8TimeTcp.second & 0xFF); // uint8 second
  1066. *(SendBuffer + 0x1E) = (DataIdx & 0xFF); // uint8 BATTMSG
  1067. *(SendBuffer + 0x1F) = ((UTC8TimeTcp.year) & 0xFF); // uint8 year
  1068. *(SendBuffer + 0x20) = (UTC8TimeTcp.month & 0xFF); // uint8 month
  1069. *(SendBuffer + 0x21) = (UTC8TimeTcp.day & 0xFF); // uint8 day
  1070. *(SendBuffer + 0x22) = (UTC8TimeTcp.hour & 0xFF); // uint8 hour
  1071. *(SendBuffer + 0x23) = (UTC8TimeTcp.minute & 0xFF); // uint8 minute
  1072. *(SendBuffer + 0x24) = (UTC8TimeTcp.second & 0xFF); // uint8 second
  1073. *(SendBuffer + 0x25) = (CSQValue & 0xFF); // uint8 csq
  1074. *(SendBuffer + 0x26) = (BMS_Mode & 0xFF); // uint8 电池管理系统工作状态,0-初始化 1-自检完成允许上电 2-运行状态 3-高压切断 4-故障状态,精度_1,偏移量_0,单位_
  1075. *(SendBuffer + 0x27) = (BMS_CharGunSt & 0xFF); // uint8 直流充电枪连接状态,0-未连接 1-单枪连接 2-双枪连接 3-无效,精度_1,偏移量_0,单位_
  1076. *(SendBuffer + 0x28) = (BMS_FtLvl & 0xFF); // uint8 当前最高故障等级,0-正常 1-1级 轻微故障 2-2级 较严重故障 3-3级 最严重故障,精度_1,偏移量_0,单位_
  1077. *(SendBuffer + 0x29) = (BMS_FtCode & 0xFF); // uint8 故障码,见BMS_ErrCode,精度_1,偏移量_0,单位_
  1078. *(SendBuffer + 0x2A) = (BMS_ReqHVOff & 0xFF); // uint8 BMS下高压请求,0-无效 1-请求下高压 2-不请求下高压 3-无效,精度_1,偏移量_0,单位_
  1079. *(SendBuffer + 0x2B) = (BMS_CharSt & 0xFF); // uint8 充电状态,0-未充电 1-充电中 2-充电已完成 3-充电错误故障,精度_1,偏移量_0,单位_
  1080. *(SendBuffer + 0x2C) = (BMS_PackSOC & 0xFF); // uint8 电池包SOC 精度_0.4,偏移量_0,单位_
  1081. *(SendBuffer + 0x2D) = (BMS_PackSOH / 25 * 10) & 0xFF; // SOH 精度1%
  1082. *(SendBuffer + 0x2E) = (BMS_BattVolt >> 8) & 0xFF; // 电池包总电压
  1083. *(SendBuffer + 0x2F) = (BMS_BattVolt & 0xFF);
  1084. *(SendBuffer + 0x30) = ((BMS_PackCurr >> 8) & 0xFF); // uint16 电池包总电流,充电为负值,放电为正值 精度_0.1,偏移量_-1000,单位_A
  1085. *(SendBuffer + 0x31) = (BMS_PackCurr & 0xFF);
  1086. *(SendBuffer + 0x32) = ((BMS_SysInsRes >> 8) & 0xFF); // uint16 系统绝缘电阻 精度_1,偏移量_0,单位_KΩ
  1087. *(SendBuffer + 0x33) = (BMS_SysInsRes & 0xFF);
  1088. /*28 Byte 继电器状态*/
  1089. *(SendBuffer + 0x34) = (BMS_StPosRly & 0xFF); // uint8 主正继电器状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1090. *(SendBuffer + 0x35) = (BMS_StPreCharRly & 0xFF); // uint8 预充继电器状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1091. *(SendBuffer + 0x36) = (BMS_StNegRly & 0xFF); // uint8 主负继电器状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1092. *(SendBuffer + 0x37) = 0; // 三合一
  1093. *(SendBuffer + 0x38) = 0; // PTC
  1094. *(SendBuffer + 0x39) = 0; // 空调
  1095. *(SendBuffer + 0x3A) = (BMS_StPosCharRly1 & 0xFF); // uint8 直流充正继电器1状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1096. *(SendBuffer + 0x3B) = (BMS_StNegCharRly1 & 0xFF); // uint8 直流充负继电器1状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1097. *(SendBuffer + 0x3C) = (BMS_StPosCharRly2 & 0xFF); // uint8 直流充正继电器2状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1098. *(SendBuffer + 0x3D) = (BMS_StNegCharRly2 & 0xFF); // uint8 直流充负继电器2状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1099. *(SendBuffer + 0x3E) = (BMS_StPosHeatRly & 0xFF); // uint8 加热正继电器状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1100. *(SendBuffer + 0x3F) = (BMS_StNegHeatRly & 0xFF); // uint8 加热负继电器状态,0-预留 1-断开 2-吸合 ,精度_1,偏移量_0,单位_
  1101. *(SendBuffer + 0x40) = 0;
  1102. /*28-Byte继电器状态结束*/
  1103. *(SendBuffer + 0x50) = ((BMS_CellTotal >> 8) & 0xFF); // uint16 PACK中单体电芯的总数目
  1104. *(SendBuffer + 0x51) = (BMS_CellTotal & 0xFF);
  1105. for (uint16 index = 0; index < min(BMS_CellTotal, BMS_CELL_MAX_NUM); index++)
  1106. {
  1107. *(SendBuffer + 0x52 + index * 2) = ((BMS_CellVolt[index] >> 8) & 0xFF);
  1108. *(SendBuffer + 0x52 + index * 2 + 1) = ((BMS_CellVolt[index]) & 0xFF);
  1109. }
  1110. *(SendBuffer + 0x52 + min(BMS_CellTotal, BMS_CELL_MAX_NUM) * 2) = (BMS_TempTotal & 0xFF); // uint8 PACK中电芯温度点(探针)的总数目
  1111. memcpy(SendBuffer + 0x53 + min(BMS_CellTotal, BMS_CELL_MAX_NUM) * 2, BMS_CellTemp, min(BMS_TempTotal, BMS_TEMP_MAX_NUM));
  1112. *(SendBuffer + 0x53 + min(BMS_CellTotal, BMS_CELL_MAX_NUM) * 2 + min(BMS_TempTotal, BMS_TEMP_MAX_NUM)) = bcc_chk(SendBuffer, 0x53 + min(BMS_CellTotal, BMS_CELL_MAX_NUM) * 2 + min(BMS_TempTotal, BMS_TEMP_MAX_NUM));
  1113. *PtrSendAddr = (uint32)SendBuffer;
  1114. break;
  1115. }
  1116. case 0x92:
  1117. {
  1118. *SendLen = 0x4E;
  1119. SendBuffer = pvPortMalloc(*SendLen);
  1120. *(SendBuffer + 0) = TCP_START_SYM1;
  1121. *(SendBuffer + 1) = TCP_START_SYM2;
  1122. *(SendBuffer + 2) = TCP_CMD_SYM;
  1123. *(SendBuffer + 3) = TCP_ANS_SYM;
  1124. memcpy(SendBuffer + 4, TcpbattSN, BATT_SN_LEN);
  1125. *(SendBuffer + 0x15) = (TCP_ENCPT_DISABLE & 0xFF); // uint8 TCP_ENCPT_DISABLE
  1126. uint16 DataLen = 0x35;
  1127. *(SendBuffer + 0x16) = ((DataLen >> 8) & 0xFF); // uint16 DataLen
  1128. *(SendBuffer + 0x17) = (DataLen & 0xFF);
  1129. *(SendBuffer + 0x18) = ((UTC8TimeTcp.year) & 0xFF); // uint8 year
  1130. *(SendBuffer + 0x19) = (UTC8TimeTcp.month & 0xFF); // uint8 month
  1131. *(SendBuffer + 0x1A) = (UTC8TimeTcp.day & 0xFF); // uint8 day
  1132. *(SendBuffer + 0x1B) = (UTC8TimeTcp.hour & 0xFF); // uint8 hour
  1133. *(SendBuffer + 0x1C) = (UTC8TimeTcp.minute & 0xFF); // uint8 minute
  1134. *(SendBuffer + 0x1D) = (UTC8TimeTcp.second & 0xFF); // uint8 second
  1135. *(SendBuffer + 0x1E) = (DataIdx & 0xFF); // uint8
  1136. *(SendBuffer + 0x1F) = ((UTC8TimeTcp.year) & 0xFF); // uint8 year
  1137. *(SendBuffer + 0x20) = (UTC8TimeTcp.month & 0xFF); // uint8 month
  1138. *(SendBuffer + 0x21) = (UTC8TimeTcp.day & 0xFF); // uint8 day
  1139. *(SendBuffer + 0x22) = (UTC8TimeTcp.hour & 0xFF); // uint8 hour
  1140. *(SendBuffer + 0x23) = (UTC8TimeTcp.minute & 0xFF); // uint8 minute
  1141. *(SendBuffer + 0x24) = (UTC8TimeTcp.second & 0xFF); // uint8 second
  1142. *(SendBuffer + 0x25) = ((BMS_TotalCharCapy >> 24) & 0xFF); // uint32 累积充入Ah 数 精度_0.1,偏移量_0,单位_Ah
  1143. *(SendBuffer + 0x26) = ((BMS_TotalCharCapy >> 16) & 0xFF);
  1144. *(SendBuffer + 0x27) = ((BMS_TotalCharCapy >> 8) & 0xFF);
  1145. *(SendBuffer + 0x28) = (BMS_TotalCharCapy & 0xFF);
  1146. *(SendBuffer + 0x29) = ((BMS_TotalDisCharCapy >> 24) & 0xFF); // uint32 累积放出Ah 数 精度_0.1,偏移量_0,单位_Ah
  1147. *(SendBuffer + 0x2A) = ((BMS_TotalDisCharCapy >> 16) & 0xFF);
  1148. *(SendBuffer + 0x2B) = ((BMS_TotalDisCharCapy >> 8) & 0xFF);
  1149. *(SendBuffer + 0x2C) = (BMS_TotalDisCharCapy & 0xFF);
  1150. *(SendBuffer + 0x2D) = ((BMS_TotalCharEngy >> 24) & 0xFF); // uint32 累计充入kWh 数 精度_0.1,偏移量_0,单位_KWh
  1151. *(SendBuffer + 0x2E) = ((BMS_TotalCharEngy >> 16) & 0xFF);
  1152. *(SendBuffer + 0x2F) = ((BMS_TotalCharEngy >> 8) & 0xFF);
  1153. *(SendBuffer + 0x30) = (BMS_TotalCharEngy & 0xFF);
  1154. *(SendBuffer + 0x31) = ((BMS_TotalDisCharEngy >> 24) & 0xFF); // uint32 累计放出kWh 数 精度_0.1,偏移量_0,单位_KWh
  1155. *(SendBuffer + 0x32) = ((BMS_TotalDisCharEngy >> 16) & 0xFF);
  1156. *(SendBuffer + 0x33) = ((BMS_TotalDisCharEngy >> 8) & 0xFF);
  1157. *(SendBuffer + 0x34) = (BMS_TotalDisCharEngy & 0xFF);
  1158. *(SendBuffer + 0x35) = ((BMS_TotalBackCharCapy >> 24) & 0xFF); // uint32 累计动能回馈充入Ah 数 精度_0.1,偏移量_0,单位_Ah
  1159. *(SendBuffer + 0x36) = ((BMS_TotalBackCharCapy >> 16) & 0xFF);
  1160. *(SendBuffer + 0x37) = ((BMS_TotalBackCharCapy >> 8) & 0xFF);
  1161. *(SendBuffer + 0x38) = (BMS_TotalBackCharCapy & 0xFF);
  1162. *(SendBuffer + 0x39) = ((BMS_TotalBackCharEngy >> 24) & 0xFF); // uint32 累计动能回馈充入kWh 数 精度_0.1,偏移量_0,单位_KWh
  1163. *(SendBuffer + 0x3A) = ((BMS_TotalBackCharEngy >> 16) & 0xFF);
  1164. *(SendBuffer + 0x3B) = ((BMS_TotalBackCharEngy >> 8) & 0xFF);
  1165. *(SendBuffer + 0x3C) = (BMS_TotalBackCharEngy & 0xFF);
  1166. *(SendBuffer + 0x3D) = ((BMS_TotalStaCharCapy >> 24) & 0xFF); // uint32 累计换电站充入Ah 数 精度_0.1,偏移量_0,单位_Ah
  1167. *(SendBuffer + 0x3E) = ((BMS_TotalStaCharCapy >> 16) & 0xFF);
  1168. *(SendBuffer + 0x3F) = ((BMS_TotalStaCharCapy >> 8) & 0xFF);
  1169. *(SendBuffer + 0x40) = (BMS_TotalStaCharCapy & 0xFF);
  1170. *(SendBuffer + 0x41) = ((BMS_TotalStaCharEngy >> 24) & 0xFF); // uint32 累计换电站充入kWh 数 精度_0.1,偏移量_0,单位_KWh
  1171. *(SendBuffer + 0x42) = ((BMS_TotalStaCharEngy >> 16) & 0xFF);
  1172. *(SendBuffer + 0x43) = ((BMS_TotalStaCharEngy >> 8) & 0xFF);
  1173. *(SendBuffer + 0x44) = (BMS_TotalStaCharEngy & 0xFF);
  1174. *(SendBuffer + 0x45) = ((BMS_TotalGunCharCapy >> 24) & 0xFF); // uint32 累计插枪充电充入Ah 数 精度_0.1,偏移量_0,单位_Ah
  1175. *(SendBuffer + 0x46) = ((BMS_TotalGunCharCapy >> 16) & 0xFF);
  1176. *(SendBuffer + 0x47) = ((BMS_TotalGunCharCapy >> 8) & 0xFF);
  1177. *(SendBuffer + 0x48) = (BMS_TotalGunCharCapy & 0xFF);
  1178. *(SendBuffer + 0x49) = ((BMS_TotalGunCharEngy >> 24) & 0xFF); // uint32 累计插枪充电充入kWh 数 精度_0.1,偏移量_0,单位_KWh
  1179. *(SendBuffer + 0x4A) = ((BMS_TotalGunCharEngy >> 16) & 0xFF);
  1180. *(SendBuffer + 0x4B) = ((BMS_TotalGunCharEngy >> 8) & 0xFF);
  1181. *(SendBuffer + 0x4C) = (BMS_TotalGunCharEngy & 0xFF);
  1182. *(SendBuffer + 0x4D) = bcc_chk(SendBuffer, 0x4D);
  1183. *PtrSendAddr = (uint32)SendBuffer;
  1184. break;
  1185. }
  1186. default:
  1187. break;
  1188. }
  1189. }
  1190. void GetUtc8Time(UTC8TimeType *UTC8TimeTcp)
  1191. {
  1192. char *AtCmdAsk = (char *)("AT+CCLK?\r\n");
  1193. uint8 AtCmdLen = mstrlen(AtCmdAsk);
  1194. uint16 ReadLen = 0;
  1195. uint8 *retptr = NULL;
  1196. uint8 UartRecvPtr[128];
  1197. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)AtCmdAsk, AtCmdLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(100));
  1198. if (ReadLen > 0)
  1199. {
  1200. if ((uint8 *)strstr((char *)UartRecvPtr, (char *)("OK")))
  1201. {
  1202. retptr = (uint8 *)strstr((char *)UartRecvPtr, (char *)("+CCLK:"));
  1203. if (retptr)
  1204. {
  1205. UTC8TimeTcp->year = CharToHex(*(retptr + 8)) * 10 + CharToHex(*(retptr + 9));
  1206. UTC8TimeTcp->month = CharToHex(*(retptr + 11)) * 10 + CharToHex(*(retptr + 12));
  1207. UTC8TimeTcp->day = CharToHex(*(retptr + 14)) * 10 + CharToHex(*(retptr + 15));
  1208. UTC8TimeTcp->hour = CharToHex(*(retptr + 17)) * 10 + CharToHex(*(retptr + 18));
  1209. UTC8TimeTcp->minute = CharToHex(*(retptr + 20)) * 10 + CharToHex(*(retptr + 21));
  1210. UTC8TimeTcp->second = CharToHex(*(retptr + 23)) * 10 + CharToHex(*(retptr + 24));
  1211. }
  1212. }
  1213. }
  1214. }
  1215. static void GetCSQValue(uint8 *out)
  1216. {
  1217. char *AtCmdAsk = (char *)("AT+CSQ\r\n");
  1218. uint8 AtCmdLen = mstrlen(AtCmdAsk);
  1219. uint16 ReadLen = 0;
  1220. uint8 *retptr = NULL;
  1221. uint8 UartRecvPtr[30];
  1222. UART_Query_Data(UART_LPUART1, UART_LPUART1, (uint8 *)AtCmdAsk, AtCmdLen, UartRecvPtr, &ReadLen, pdMS_TO_TICKS(100));
  1223. *out = 99;
  1224. if (ReadLen > 0)
  1225. {
  1226. if ((uint8 *)strstr((char *)UartRecvPtr, (char *)("OK")))
  1227. {
  1228. *out = 0;
  1229. retptr = (uint8 *)strstr((char *)UartRecvPtr, (char *)("+CSQ:"));
  1230. char CsqStr[5];
  1231. for (uint8 i = 0; i < 5; i++)
  1232. {
  1233. if (*(retptr + i + 6) == ',')
  1234. {
  1235. break;
  1236. }
  1237. memcpy((CsqStr + i), (retptr + i + 6), 1);
  1238. }
  1239. *out = atoi(CsqStr);
  1240. }
  1241. }
  1242. return;
  1243. }
  1244. static void TcpDataInfoRecvHandle(uint8 *DataRecv, uint16 DataRecvLen)
  1245. {
  1246. uint8 Tcp_Cmd;
  1247. uint8 *Ptr = NULL, *retptr = NULL;
  1248. uint8 TcpCmdAnswer[50] = {0};
  1249. uint16 TcpDataLen = 0;
  1250. uint16 NumCalTemp = 1;
  1251. retptr = (uint8 *)strstr((char *)DataRecv, (char *)("\r\n##"));
  1252. if (retptr == NULL || DataRecvLen < 5)
  1253. return;
  1254. for (uint8 i = 0; i < 5; i++)
  1255. {
  1256. if (*(retptr - i - 1) == 'D')
  1257. {
  1258. break;
  1259. }
  1260. TcpDataLen = TcpDataLen + CharToHex(*(retptr - i - 1)) * NumCalTemp;
  1261. NumCalTemp = NumCalTemp * 10;
  1262. }
  1263. if (TcpDataLen > 0)
  1264. {
  1265. Ptr = retptr + 2;
  1266. if ((*(Ptr + 0) == TCP_START_SYM1) && (*(Ptr + 1) == TCP_START_SYM2)) // 服务器起始信息
  1267. {
  1268. Tcp_Cmd = *(Ptr + 2); // 命令标志
  1269. if (*(Ptr + 3) == 0xFE)
  1270. {
  1271. TcpWorkState = 0x01; // 需要暂停发送,进行命令应答的标志
  1272. }
  1273. else
  1274. {
  1275. return;
  1276. }
  1277. switch (Tcp_Cmd)
  1278. {
  1279. case TCP_QUERY_SYM:
  1280. break;
  1281. case TCP_SETCMD_SYM:
  1282. break;
  1283. case TCP_CONCMD_SYM:
  1284. {
  1285. TcpCmdAnswer[0] = TCP_START_SYM1;
  1286. TcpCmdAnswer[1] = TCP_START_SYM1;
  1287. TcpCmdAnswer[2] = TCP_CONCMD_SYM;
  1288. if (*(Ptr + 30) == 0x83) // 远程升级指令
  1289. {
  1290. TcpCmdAnswer[3] = 0x01;
  1291. memcpy(&TcpCmdAnswer[4], (Ptr + 4), BATT_SN_LEN);
  1292. TcpCmdAnswer[21] = TCP_ENCPT_DISABLE;
  1293. TcpCmdAnswer[22] = 0x00;
  1294. TcpCmdAnswer[23] = 0x06;
  1295. memcpy(&TcpCmdAnswer[24], (Ptr + 24), 6);
  1296. TcpCmdAnswer[30] = bcc_chk(TcpCmdAnswer, 30);
  1297. tcpipConnectionSend(SocketId, TcpCmdAnswer, 31);
  1298. Fota_Process_Going = true;
  1299. vTaskDelay(pdMS_TO_TICKS(5000));
  1300. Fota_Ftp(Ptr + 32);
  1301. Fota_Process_Going = false;
  1302. }
  1303. else if (*(Ptr + 30) == 0x80) // 远程锁定命令
  1304. {
  1305. TcpCmdAnswer[3] = 0x01;
  1306. memcpy(&TcpCmdAnswer[4], (Ptr + 4), BATT_SN_LEN);
  1307. TcpCmdAnswer[21] = TCP_ENCPT_DISABLE;
  1308. TcpCmdAnswer[22] = 0x00;
  1309. TcpCmdAnswer[23] = 0x06;
  1310. memcpy(&TcpCmdAnswer[24], (Ptr + 24), 6);
  1311. TcpCmdAnswer[30] = bcc_chk(TcpCmdAnswer, 30);
  1312. if (*(Ptr + 31) == 0x01) // 0x01代表锁定
  1313. {
  1314. // battSeparateEnable = 1;
  1315. // battSeparateCtlState = 1;
  1316. tcpipConnectionSend(SocketId, TcpCmdAnswer, 31);
  1317. }
  1318. else if (*(Ptr + 31) == 0x02) // 0x02代表解锁
  1319. {
  1320. // battSeparateEnable = 1;
  1321. // battSeparateCtlState = 0;
  1322. tcpipConnectionSend(SocketId, TcpCmdAnswer, 31);
  1323. }
  1324. }
  1325. else
  1326. {
  1327. TcpCmdAnswer[3] = 0x0f;
  1328. memcpy(&TcpCmdAnswer[4], (Ptr + 4), BATT_SN_LEN);
  1329. TcpCmdAnswer[21] = TCP_ENCPT_DISABLE;
  1330. TcpCmdAnswer[22] = 0x00;
  1331. TcpCmdAnswer[23] = 0x06;
  1332. memcpy(&TcpCmdAnswer[24], (Ptr + 24), 6);
  1333. TcpCmdAnswer[30] = bcc_chk(TcpCmdAnswer, 30);
  1334. tcpipConnectionSend(SocketId, TcpCmdAnswer, 31);
  1335. }
  1336. break;
  1337. }
  1338. case TCP_UDSCMD_SYM:
  1339. {
  1340. TcpCmdAnswer[0] = TCP_START_SYM1;
  1341. TcpCmdAnswer[1] = TCP_START_SYM1;
  1342. TcpCmdAnswer[2] = TCP_UDSCMD_SYM;
  1343. tcpUdsFunc(Ptr, TcpCmdAnswer);
  1344. // tcpipConnectionSend(SocketId, TcpCmdAnswer, 30);
  1345. break;
  1346. }
  1347. default:
  1348. {
  1349. break;
  1350. }
  1351. }
  1352. }
  1353. }
  1354. }
  1355. void tcpUdsFunc(uint8 *Ptr, uint8 *AnsPtr)
  1356. {
  1357. uint8 contrlType = 0;
  1358. uint16 udsDataLen = 0;
  1359. uint16 DIDBuffer = 0;
  1360. uint8 udsType_SID = 0;
  1361. uint8 DataBuffer[10];
  1362. contrlType = *(Ptr + 30);
  1363. udsDataLen = *(Ptr + 31);
  1364. udsType_SID = *(Ptr + 32);
  1365. DIDBuffer = *(Ptr + 33) << 8 | *(Ptr + 34);
  1366. memcpy(DataBuffer, Ptr + 35, udsDataLen);
  1367. switch (contrlType)
  1368. {
  1369. case 0x00:
  1370. {
  1371. break;
  1372. }
  1373. case 0x01:
  1374. {
  1375. switch (udsType_SID)
  1376. {
  1377. case 0x2E:
  1378. {
  1379. switch (DIDBuffer)
  1380. {
  1381. case 0x01:
  1382. {
  1383. // battSeparateEnable = 1;
  1384. if (DataBuffer[0] == 0x01)
  1385. {
  1386. // battSeparateCtlState = 1;
  1387. }
  1388. else if (DataBuffer[0] == 0x00)
  1389. {
  1390. // battSeparateCtlState = 0;
  1391. }
  1392. *(AnsPtr + 3) = 0x0f;
  1393. memcpy((AnsPtr + 4), (Ptr + 4), BATT_SN_LEN);
  1394. *(AnsPtr + 21) = TCP_ENCPT_DISABLE;
  1395. *(AnsPtr + 22) = 0x00;
  1396. *(AnsPtr + 23) = 0x06;
  1397. memcpy((AnsPtr + 24), (Ptr + 24), 6);
  1398. *(AnsPtr + 30) = contrlType;
  1399. *(AnsPtr + 31) = udsDataLen;
  1400. *(AnsPtr + 32) = udsType_SID;
  1401. *(AnsPtr + 33) = DIDBuffer >> 8;
  1402. *(AnsPtr + 34) = DIDBuffer;
  1403. *(AnsPtr + 36) = DataBuffer[0];
  1404. *(AnsPtr + 37) = bcc_chk(AnsPtr, 37);
  1405. return;
  1406. break;
  1407. }
  1408. default:
  1409. break;
  1410. }
  1411. break;
  1412. }
  1413. case 0x22:
  1414. {
  1415. break;
  1416. }
  1417. default:
  1418. break;
  1419. }
  1420. break;
  1421. }
  1422. default:
  1423. break;
  1424. }
  1425. *(AnsPtr + 3) = 0x0f;
  1426. memcpy((AnsPtr + 4), (Ptr + 4), BATT_SN_LEN);
  1427. *(AnsPtr + 21) = TCP_ENCPT_DISABLE;
  1428. *(AnsPtr + 22) = 0x00;
  1429. *(AnsPtr + 23) = 0x06;
  1430. memcpy((AnsPtr + 24), (Ptr + 24), 6);
  1431. *(AnsPtr + 30) = contrlType;
  1432. *(AnsPtr + 31) = udsDataLen;
  1433. *(AnsPtr + 32) = 0x7F;
  1434. *(AnsPtr + 33) = DIDBuffer >> 8;
  1435. *(AnsPtr + 34) = DIDBuffer;
  1436. *(AnsPtr + 36) = 0x31;
  1437. *(AnsPtr + 37) = bcc_chk(AnsPtr, 37);
  1438. }
  1439. void Fota_Ftp(uint8 *dataPtrIn)
  1440. {
  1441. static uint8 ftp_process = 0;
  1442. char *ATCmdSend = NULL;
  1443. sint8 recvRet = -1;
  1444. char ATSendDataBuffer[100] = {0};
  1445. uint8 UartRecvBuffer[50];
  1446. uint16 ReadLen = 0;
  1447. uint8 *retptr = NULL;
  1448. // char temp[70]=",qx,qx900,120.27.243.131,21,0,0.0.1.5,0.0.1.5,/Debug/V0.0.1.5.bin,";
  1449. /*URL信息解析*/
  1450. char *databuffer[20];
  1451. char *accountPtr;
  1452. char *passwordPtr;
  1453. char *ftpServerIpPtr;
  1454. char *ftpServerPort;
  1455. char *filePathPtr;
  1456. char *filenamePtr;
  1457. char keyFilename[20] = {0};
  1458. char *p = NULL;
  1459. p = strtok((char *)dataPtrIn, ",");
  1460. uint8 index = 0;
  1461. boolean ftp_EndFlg = false;
  1462. while (p && index < 20)
  1463. {
  1464. databuffer[index] = p;
  1465. p = strtok(NULL, ",");
  1466. index++;
  1467. }
  1468. accountPtr = databuffer[0];
  1469. passwordPtr = databuffer[1];
  1470. ftpServerIpPtr = databuffer[2];
  1471. ftpServerPort = databuffer[3];
  1472. filePathPtr = databuffer[7];
  1473. for (sint8 i = strlen(filePathPtr); i--; i < 0)
  1474. {
  1475. if (*(filePathPtr + i) == '/')
  1476. {
  1477. *(filePathPtr + i) = 0;
  1478. filenamePtr = filePathPtr + i + 1;
  1479. break;
  1480. }
  1481. }
  1482. memcpy(keyFilename, filenamePtr, mstrlen(filenamePtr) - 3);
  1483. memcpy(&keyFilename[mstrlen(filenamePtr) - 3], "zl", strlen("zl"));
  1484. while (!ftp_EndFlg)
  1485. {
  1486. vTaskDelay(pdMS_TO_TICKS(100));
  1487. switch (ftp_process)
  1488. {
  1489. case 0: // start
  1490. {
  1491. ATCmdSend = (char *)("AT+CFTPSSTART\r\n");
  1492. UART_Send_Data(UART_LPUART1, ATCmdSend, mstrlen(ATCmdSend), pdMS_TO_TICKS(100));
  1493. recvRet = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("+CFTPSSTART: 0"), 2000);
  1494. if (recvRet == 0)
  1495. {
  1496. ftp_process++;
  1497. }
  1498. else
  1499. {
  1500. ftp_EndFlg = 1;
  1501. }
  1502. break;
  1503. }
  1504. case 1: // login
  1505. {
  1506. memset(ATSendDataBuffer, 0x00, sizeof(ATSendDataBuffer));
  1507. sprintf(ATSendDataBuffer, "AT+CFTPSLOGIN=\"%s\",%s,\"%s\",\"%s\",0\r\n", ftpServerIpPtr, ftpServerPort, accountPtr, passwordPtr);
  1508. UART_Send_Data(UART_LPUART1, ATSendDataBuffer, mstrlen(ATSendDataBuffer), pdMS_TO_TICKS(100));
  1509. recvRet = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("+CFTPSLOGIN: 0"), 30000);
  1510. if (recvRet == 0)
  1511. {
  1512. ftp_process++;
  1513. }
  1514. else
  1515. {
  1516. ftp_EndFlg = 1;
  1517. }
  1518. break;
  1519. }
  1520. case 2: // transmit bin file from server to module
  1521. {
  1522. memset(ATSendDataBuffer, 0x00, sizeof(ATSendDataBuffer));
  1523. sprintf(ATSendDataBuffer, "AT+CFTPSGETFILE=\"%s/%s\"\r\n", filePathPtr, filenamePtr);
  1524. UART_Send_Data(UART_LPUART1, ATSendDataBuffer, mstrlen(ATSendDataBuffer), pdMS_TO_TICKS(100));
  1525. recvRet = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("+CFTPSGETFILE: 0"), 10000);
  1526. if (recvRet == 0)
  1527. {
  1528. ftp_process++;
  1529. }
  1530. else
  1531. {
  1532. ftp_EndFlg = 1;
  1533. }
  1534. break;
  1535. }
  1536. case 3: // transmit zl file from server to module
  1537. {
  1538. memset(ATSendDataBuffer, 0x00, sizeof(ATSendDataBuffer));
  1539. sprintf(ATSendDataBuffer, "AT+CFTPSGETFILE=\"%s/%s\"\r\n", filePathPtr, keyFilename);
  1540. UART_Send_Data(UART_LPUART1, ATSendDataBuffer, mstrlen(ATSendDataBuffer), pdMS_TO_TICKS(100));
  1541. recvRet = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("+CFTPSGETFILE: 0"), 10000);
  1542. if (recvRet == 0)
  1543. {
  1544. ftp_process++;
  1545. }
  1546. else
  1547. {
  1548. ftp_EndFlg = 1;
  1549. }
  1550. break;
  1551. }
  1552. case 4: // logout
  1553. {
  1554. ATCmdSend = (char *)("AT+CFTPSLOGOUT\r\n");
  1555. UART_Send_Data(UART_LPUART1, ATCmdSend, mstrlen(ATCmdSend), pdMS_TO_TICKS(100));
  1556. recvRet = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("+CFTPSLOGOUT: 0"), 2000);
  1557. if (recvRet == 0)
  1558. {
  1559. ftp_process++;
  1560. }
  1561. else
  1562. {
  1563. ftp_process++;
  1564. }
  1565. break;
  1566. }
  1567. case 5: // stop
  1568. {
  1569. ATCmdSend = (char *)("AT+CFTPSSTOP\r\n");
  1570. UART_Send_Data(UART_LPUART1, ATCmdSend, mstrlen(ATCmdSend), pdMS_TO_TICKS(100));
  1571. recvRet = AtcmdDelayRecvFunc(UART_LPUART1, (char *)("CFTPSSTOP: 0"), 2000);
  1572. if (recvRet == 0)
  1573. {
  1574. ftp_process++;
  1575. }
  1576. else
  1577. {
  1578. ftp_process++;
  1579. }
  1580. break;
  1581. }
  1582. case 6: // get data from module
  1583. {
  1584. char findDataBuffer[25] = {0};
  1585. uint32 currentAddr = 0;
  1586. uint16 readLenAsk = 256;
  1587. uint16 FotaRecvDataLen_8 = 0;
  1588. uint32 fileLen = 65535;
  1589. uint32 FlashAddStart = 0;
  1590. uint32 appReceviedCRC;
  1591. uint16 getDataLenErrCount = 0;
  1592. uint8 UartData[512] = {0};
  1593. uint8 FlashData[512] = {0};
  1594. uint8 *fileDataPtr = NULL;
  1595. memset(ATSendDataBuffer, 0x00, sizeof(ATSendDataBuffer));
  1596. sprintf(ATSendDataBuffer, "AT+CFTRANTX=\"c:/%s\"\r\n", keyFilename);
  1597. UART_Query_Data(UART_LPUART1, UART_LPUART1, ATSendDataBuffer, mstrlen(ATSendDataBuffer), UartRecvBuffer, &ReadLen, pdMS_TO_TICKS(5000));
  1598. if (ReadLen == (4 + 45))
  1599. {
  1600. retptr = (uint8 *)strstr((char *)UartRecvBuffer, (char *)("+CFTRANTX: DATA"));
  1601. if (retptr)
  1602. {
  1603. fileLen = (*(retptr + 21) << 24) | (*(retptr + 22) << 16) | (*(retptr + 23) << 8) | (*(retptr + 24) << 0);
  1604. appReceviedCRC = (*(retptr + 19) << 8) | (*(retptr + 20) << 0);
  1605. Hal_FlsGetAppVectorTableStartAddr(&FlashAddStart);
  1606. Hal_OTAFlashAppInfoInit();
  1607. Hal_FlsErase(0, FlashAddStart + fileLen + FLS_INTERNAL_WRITE_SIZE, 100);
  1608. Hal_SetAppInfo(fileLen, appReceviedCRC, CONTROLLER_SELF);
  1609. while (readLenAsk != 0)
  1610. {
  1611. memset(UartData, 0x00, 512);
  1612. memset(FlashData, 0x00, 512);
  1613. memset(ATSendDataBuffer, 0x00, sizeof(ATSendDataBuffer));
  1614. sprintf(ATSendDataBuffer, "AT+CFTRANTX=\"c:/%s\",%d,%d\r\n", filenamePtr, currentAddr, readLenAsk);
  1615. UART_Query_Data(UART_LPUART1, UART_LPUART1, ATSendDataBuffer, mstrlen(ATSendDataBuffer), UartData, &ReadLen, pdMS_TO_TICKS(5000));
  1616. sprintf(findDataBuffer, "+CFTRANTX: DATA,%d", readLenAsk);
  1617. if (currentAddr % 0x100 == 0)
  1618. {
  1619. Dio_FlipChannel(LED_INDEX3);
  1620. }
  1621. if (ReadLen == (readLenAsk + strlen(findDataBuffer) + 26))
  1622. {
  1623. retptr = (uint8 *)strstr((char *)UartData, findDataBuffer);
  1624. if (retptr)
  1625. {
  1626. uint16 uartcrc = 0x00;
  1627. uint16 flashcrc = 0xff;
  1628. fileDataPtr = retptr + 2 + mstrlen(findDataBuffer);
  1629. FotaRecvDataLen_8 = ((readLenAsk + 7) / 8) * 8;
  1630. Hal_FlsWrite(FlashAddStart + currentAddr, fileDataPtr, FotaRecvDataLen_8, 100);
  1631. Hal_FlsRead(FlashAddStart + currentAddr, FlashData, FotaRecvDataLen_8, 100);
  1632. uartcrc = CRC16_Modbus(fileDataPtr, FotaRecvDataLen_8);
  1633. flashcrc = CRC16_Modbus(FlashData, FotaRecvDataLen_8);
  1634. if (flashcrc == uartcrc)
  1635. {
  1636. currentAddr = currentAddr + readLenAsk;
  1637. getDataLenErrCount = 0;
  1638. }
  1639. else
  1640. {
  1641. uint32 secflash = (FlashAddStart + currentAddr) & 0xFFFFF000;
  1642. if (secflash > 0)
  1643. {
  1644. currentAddr = secflash - FlashAddStart;
  1645. }
  1646. else
  1647. {
  1648. currentAddr = 0;
  1649. }
  1650. MemIf_JobResultType ret = Hal_FlsErase(secflash, 4096, 100);
  1651. getDataLenErrCount++;
  1652. }
  1653. readLenAsk = min(fileLen - currentAddr, readLenAsk);
  1654. }
  1655. else
  1656. {
  1657. getDataLenErrCount++;
  1658. }
  1659. }
  1660. else
  1661. {
  1662. getDataLenErrCount++;
  1663. }
  1664. if (getDataLenErrCount >= 100)
  1665. {
  1666. break;
  1667. }
  1668. }
  1669. Dio_WriteChannel(LED_INDEX3, STD_ON); // switch off the led
  1670. if (getDataLenErrCount < 50 && Hal_FlsCheckIsTransferSucceed() == TRUE)
  1671. {
  1672. ftp_process++;
  1673. }
  1674. else
  1675. {
  1676. ftp_process++;
  1677. }
  1678. }
  1679. }
  1680. else
  1681. {
  1682. ftp_process++;
  1683. }
  1684. break;
  1685. }
  1686. case 7: // delete the bin and zl files
  1687. {
  1688. memset(ATSendDataBuffer, 0x00, sizeof(ATSendDataBuffer));
  1689. sprintf(ATSendDataBuffer, "AT+FSDEL=*.*\r\n");
  1690. UART_Query_Data(UART_LPUART1, UART_LPUART1, ATSendDataBuffer, mstrlen(ATSendDataBuffer), UartRecvBuffer, &ReadLen, pdMS_TO_TICKS(5000));
  1691. ftp_process++;
  1692. Fota_update_flag = TRUE;
  1693. break;
  1694. }
  1695. default:
  1696. ftp_EndFlg = 1;
  1697. break;
  1698. }
  1699. }
  1700. if (ftp_process < 6)
  1701. {
  1702. Fota_error_flag = 1;
  1703. }
  1704. }