Other Parts Discussed in Thread: C2000WARE, UNIFLASH
Tool/software: Code Composer Studio
I am developing a product based on 28069PZT. I want to use usb bootloader to upgrade firmware at customer end.
So I am trying out the F2806x USB Bootloader example. C2000 10001 version
I did the following and stuck at step 3:
1. modified the code for clock source, as my application has no external crystal.
2. loading the bootloader project into flash and run in CCS through JTAG
3. update driver for the unknown device by pointing to boot_usb.inf under C:\ti\c2000\C2000Ware_1_00_01_00\utilities\windows_drivers. Failed, I still got unknown device in my device manager.
My PC OS is windows 7. What might be the problem here?
Further, dfuprog should be run in cmd.exe? Double click not working, DOS window pops up and disappears immediately