Hi,
Here is the command that should be used to convert the .out file to .txt file
{CG_TOOL_HEX} ${BuildArtifactFileName} -boot -sci8 -a -o ${ BuildArtifactFileName }.txt
For e.g:
hex2000 "flash_kernel_c28x_dual_ex1_c28x1.out" -boot -sci8 -a -o…
Hi Jwalant,
It is not possible for CPU2 to assign its own peripherals or GPIO's. This is all done by CPU1. CPU1 is the system manager and owns all peripheral, GPIO's, etc at startup, CPU1 has to explicitly transfer ownership of these resources.
A…
Hi Matt,
Thanks. That help me get a little further. Now it looks like it is getting stuck loading the kernel file, shown here.
C2000 Serial Firmware Upgrader
Copyright (c) 2013 Texas Instruments Incorporated. All rights reserved.
getting comm…
I fixed it, due to I use default GPIO12 and 13 as SCI communication, I need to change this configuration in example of flash_kernel_c28x_dual_ex1_c28x1.
Due to example use the SCI_BOOT_ALT5 , not SCI_BOOT.
So, use the new generated flash_kernel_c28x_dual_ex1_c28x1…
Part Number: TMS320F28P650DH
Tool/software:
Hello, expert
1.Design an upper computer software by myself for remote program download. Design a separate BOOT for DSP - run on FLASH. How to erase the chip FLASH, write, etc. Didn't understand this process…
Hi Rajeshwary,
I am performing steps as follows:
1. Import project from "C:\ti\c2000\C2000Ware_5_01_00_00\driverlib\f2838x\examples\c28x_dual\flash_kernel" to
D:\Development\Texas\workspace_v11\flash_kernel_c28x_dual_ex1_c28x1
2. Open the above…
Hi Skyler,
First, thank's for the fast answer. I did what you said about the SCI_BOOT_ALT_2 in the sciGetFunction() in the code. I rebuilt the project (flash_kernel_c28x_dual_ex1_c28x1) and converted the flash_kernel_c28x_dual_ex1_c28x1.out file with…
Part Number: TMS320F28388D Other Parts Discussed in Thread: C2000WARE Using C2000ware 05.05.01
controlCard for F28388D
I can run the example boot_ex_1_cpu1_cpu2_cm_secure_flash_cpu1/cpu2/cm successfully with secure boot emulation and default key 0xfff…
Part Number: TMS320F28388D Other Parts Discussed in Thread: C2000WARE I am attempting to flash f28388d controlCARD via serial. I have set the boot pins on the controlCARD to boot from SCI on reset and I have the controlCARD connected to a COM port.
…