controlling trace32 via command line

前端 未结 1 672
借酒劲吻你
借酒劲吻你 2021-01-23 09:11

I have to flash single output files one by one to mpc controller, instead of using the GUI i am trying to do it automatically via command prompt, i have searched and i found thi

相关标签:
1条回答
  • 2021-01-23 09:57

    t32rem.exe should be located at C:\T32\bin\windows\t32rem.exe

    However for your goal of programming a flash without the GUI, I would recommend to use a PRACTICE script (*.cmm file) instead of using the remote API. Pass your PRACTICE script to your TRACE32 executable on start with -s <file>

    E.g.

    C:\T32\bin\windows\t32mppc.exe -s C:\T32\myFlashScript.cmm
    

    In your script use the FLASH commands and close TRACE32 with QUIT <returncode>

    0 讨论(0)
提交回复
热议问题