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.

TIDM-02011: questions on serial programmer and LFU

Part Number: TIDM-02011
Other Parts Discussed in Thread: C2000WARE

Hi expert,

I am supporting customer on test LFU demo.

and I have some questions:

1. I can see a bankSelect function, which will goto the newest bank. but I can not find where we update the bank rev number?

else if (REV_BANK1 < REV_BANK0)
    {
        //
        // Branch to 9EFF0;  the codestart of bank 1 is
        // located at 9EFF0, which is a flash alt. entry point
        //
        asm("    LB 0x9EFF0");
    }

another question is, we can see we provide the source code for "serial_flash_programmer"

however, in the application note, the script uses  'serial_flash_programmer_appln.exe', and I can not find the correspond source code, could you kindly tell me where to find it?

BR

Emma