Other Parts Discussed in Thread: C2000WARE
Hello,
I am trying to get the USB bootloader example working - C:\ti\c2000\C2000Ware_4_03_00_00\utilities\flash_programmers\usb_flash_programmer. I have read through some of the other post but did not see a solution.
Here are my steps.
- Launched CC with a project
- Selected CPU reset within CC
- Went to 0x0D00 memory location
- Set 0x0D00 to 0x0C5A and start project
- Right clicked on F28x7x_USB_Boot_Loader.inf in C:\ti\c2000\C2000Ware_4_03_00_00\utilities\flash_programmers\usb_flash_programmer\windows_driver to install the device driver
- Plugged in MCU control board USB Host Controller J8 to computer I installed device driver
- Typed the following usb_flash_programmer.exe -l at a prompt at C:\ti\c2000\C2000Ware_4_03_00_00\utilities\flash_programmers\usb_flash_programmer
- I then get the following output
Here is showing setting 0X0D00 to 0x0C5A
Here is looking at the device when I plug it in:
Note: I have also run the usb_ex7_host_msc.c and usb_ex4_dev_bulk.c successfully and installed the appropriate device driver in the bulk example instance.
Any insight as to what I am doing wrong would be greatly appreciated.