Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi sir,
I have imported the "F2837xD_sci_flash_kernel_cpu01" from C2000Ware library into CCS workspace. And I set the boot pins GPIO72 low and GPIO84 high in my board for SCI boot, and set the SCIA pins 28, 29 using SCI_BOOT_ALTERNATE and compiled the project. Next power on the board and given the below given command from PC.
C:\ti\C2000Ware_5_04_00_00\utilities\flash_programmers\serial_flash_programmer>serial_flash_programmer.exe -d f2837xD -k E:\CCS\F2837xD_sci_flash_kernels_cpu1\CPU1_RAM\F2837xD_sci_flash_kernels_cpu01.txt -a E:\CCS\blinky\CPU1_FLASH\blinky.txt -p COM12 -b 9600
when the command is given from PC, i am getting the below output.
C2000 Serial Firmware Upgrader
Copyright (c) 2013 Texas Instruments Incorporated. All rights reserved.
getting comm state
building comm DCB
adjusting port settings
calling f021_DownloadKernel CPU1 Kernel
Downloading E:\CCS\sci_flash_boot\CPU1_FLASH\sci_flash_boot.txt to device...
what i am making wrong in this process. why it is now working properly.