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-RTOS
您好!
我正在开发 USB-Stick-Update 引导加载程序、示例代码运行良好。
我尝试将 USB_update_filename 和 基址长度更改为8。
但它不起作用。
我修改了该器件、如下所示
USB_update_filename "test12345BIIN" // 9.3
SimpleFsOpen()
{
if (!strncmp(pDirEntry->pcFileName、pcName83、12))
{
}
}
和 define tDirEntry
字符 pcFileName[12];//11->12.
我需要修改其他使其正常工作、或者文件名的长度必须固定为8.3?
谢谢、此致
Arthur