This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
我开始使用 TI 为 TMS570LS0914提供的 CAN 引导加载程序、但我卡在 while 循环中:
while (bytes_ele> 0)
{
fapi_issueProgrammingCommand ((uint32_t *) dst、
(uint8_t *) src、
(uint32_t)字节、
0、
0、
Fapi_AutoEccGeneration);
while (fapi_check_FSM_ready_busy =fapi_Status_FsmBusy);
while (fapi_get_FSM_status!= fapi_Status_Success);
src += bytes;//size_in_bytes;
dst +=字节;//size_in_bytes;
bytes_elee_ele= bytes;//size_in_bytes;
if (bytes_elsage < 16){
bytes = bytes_eles;
}
}
您能帮我解决这个问题吗? 谢谢!
此致、
Keno