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.

不能打开cc254x_ubl_pp.js 的问题

Other Parts Discussed in Thread: CC2540

在制作 oad的映像文件 A的时候 编译器弹出来这个对话框。这个问题怎么解决呀?

  • 1、TI 的培训视频里面有说的,这一步可以忽略,只要能生成镜像就可以了

    2、如果你协议栈是放在其它盘的话,请更改一下CC254X_UBL_PP.BAT这个文件,在@echo off之后添加一行% d1

    3、希望可以帮到你,祝你早日解决问题,并分享一下解决问题的方法,谢谢!

  • 刚有一点错误,是添加%~d1

    修改后的文件如下所示:

    @echo off

    %~d1

    chdir %1\..\..\common\cc2540

     start cc254x_ubl_pp.js %2 %3 %4 %5

  • 谢谢 非常有用