Other Parts Discussed in Thread: C2000WARE
I'm trying to download firmware through USB in development kit (using micro usb port). I'm following the steps given in C:\ti\c2000\C2000Ware_3_03_00_00\utilities\flash_programmers\usb_flash_programmer, but the sample code is given for F2837xD devices.
Flash is unprogrammed, i.e., value at 0x80000 is 0xFFFF (removed code_start from linker symbol settings). According to manual device is in boot to USB mode if I understood correctly. GPIO72 and GPIO84 are both high.
contents.txt file says:
Starting the MCU:
Reset the MCU, then write 0x0C5A to the boot mode select address (0xD00) with the debugger.
Run from the reset vector to start the USB boot loader. Connect the MCU to the PC.
Question 1: 0x0C5A is valid for 28388D devices? What does running from reset vector means?
When I connect only micro USB port, USB not recognized is shown in windows PC.
Question 2: Can someone give step by step guide on how exactly I can get the firmware download through USB port?
Followed other threads, but doesn't seem to be working.
Regards,
Amtech