Part Number: TMS320F28027F
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE, MOTORWARE
Tool/software: Code Composer Studio
With my custom hardware I've been able to verify proper SCI communications and I'm now in the process of testing serial programming using c2prog program from a hex file generated by hex2000 utility within CCS. Using the hex2000 options = "C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/bin/hex2000" --map="MyProgram.map" --memwidth=16 --romwidth=16 --intel -o "MyProgram.hex" "MyProgram.out", I am able to successfully program my device with the C2Prog window as follows;
*** PLEASE RESET TARGET IN SCI BOOT-LOADER MODE ***
Connecting with target (autobaud)... OK.
Bootloading... OK.
Please wait...
Connecting with target...
-Chip ID: 0xCF
-Chip Rev: 0x02
OK.
Unlocking target... OK.
Loading... OK.
Connecting with target...
-Flash API version: 200
OK.
Erasing flash... [ABCD] OK.
Programming... OK.
You may now close this window and reset the target.
After this i power down and set GPIO34 & GPIO37 =1 & TRST=0. But on power up the device does nothing and I do not see the LED blink as it should in normal operating mode. I assume I must be missing something in my process here?