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.
初始化为DFU runtime mode,然后已进入ROM_UpdateUSB,PC就无法识别
上你的截图,这个时候软件提示什么呢?
1.使用ICDI擦除flash2.重新上电,电脑自动安装新驱动,直至找到新驱动3.切换为直接连接的USB口,打开LM FLASH,切换为USB DFU下载4.设置偏移地址为0x00,下载程序
备注:这样只能下载一次
这个只能在下载一次程序后就进不去ROM_UpdateUSB()必须重新擦除flash后下载。因为进入程序后不执行ROM_UpdateUSB(),执行写入后的函数了。