Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: C2000WARE
Hi,
I am using serial flash programmer to load application via sci pins. I compiled serial_flash_programmer.cpp by using visual studio.
In command arguments I execute the command as shown below:
-d f28004x -k D:\ti\C2000Ware_3_03_00_00\utilities\flash_programmers\serial_flash_programmer\f28004x_fw_upgrade_example\flashapi_ex2_sci_kernel.txt
-a D:\ti\C2000Ware_3_03_00_00\utilities\flash_programmers\serial_flash_programmer\f28004x_fw_upgrade_example\led_ex1_blinky -p COM4 -b 9600
when i clicked on start debugging CPU1 kernel commands is coming. I selected option 1 DFU CPU but code is not loading into flash.
I set my GPIO pins as GPIO 24 0n 0 and GPIO 32 on 1 for SCI boot.
It is running fine when I am loading SCI_FLASH_KERNAL using CCS studio then I commented line //define kernel in serial_flash_programmer.cpp and by using the same command arguments as written above .In this case it is working fine.
I want to know that can we directly load application into flash by using serial flash programmer or not?
