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.

CCS: nowflash:error101 -Could not find device ID 0x015 rvision 4

Other Parts Discussed in Thread: UNIFLASH, NOWECC

Tool/software: Code Composer Studio

hi, When I use Hercules Safety MCU Demos (TMS57031X)to download the program, I always get an error.nowFlash has encountered an error while programming the device.  Please ensure that the device is correctly connected and then try running the demo again.

I have pressed the reset button according to the prompt, but it doesn't work. At the same time, when I download on nowflash, there is always error101 -Could not find device ID 0x015 rvision 4 in C:\ti\nowflash\V3.42.3\nowflash.cfg file .

how to solve above problems,thanks 

  • Hello Xiaohong,

    nowFlash is out of date and doesn't support the latest part numbers (different device IDs). Please use uniflash to download file to the MCU flash.

  • First of all, thank you very much for the answer, I have successfully downloaded it using uniflash.

    Now there is still a problem, that is, I want to use Hercules Safety MCU Demos, I want to see the demos inside, etc., the following error box will appear, which should also be a problem that the nowflash software does not support. Is there a solution for this?

    thank you very much.

    Best wishes!

  • Hello Xiaohong,

    This demo is designed to work under windows XP and uses old version labview, so the demo GUI may not work.

    The demo source codes can be imported to CCS and program the out file through CCS or uniflash.

    For example:

    1. Import CCS project from C:\ti\Hercules\Hercules Safety MCU Demos\4.0.0\TMS570LS3x_target_sources

       

    2. compile to generate out file

    There is an error from the post-built (using nowECC to generate ECC). You can ignore it. CCS will generate ECC when loading the code to flash.

    3. Open terminal (for example TeraTerm Terminal) -- 115200:8:1

    4. Run the code 

    5. Type command from teraTerm Terminal:  * - Starter  * ! - End of Command. Please check the void sciNotification(sciBASE_t *sci, unsigned flags) in interrupt_handler.c

    The example of command: *DO01020000!"  -->01 is the task number, and 02 is the sub-task number, 0000 is the task data.

    task number: test cases (led demo, version number, ethernet loopack, etc).

    sub-task number: check the led_demo.c, esm_demo.c

  • Thanks very much.