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…
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…
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 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.
…
Hareesh,
Here is the software information I used for evaluation,
Flash Kernel : C:\TI\c2000\C2000Ware_5_01_00_00\driverlib\f28p65x\examples\c28x_dual\flash_kernel.
App code for test : C:\TI\c2000\C2000Ware_5_01_00_00\driverlib\f28p65x\examples…
I have been beating my head against a rock instead of thinking. There is an easier way to do this.
I modified flash_kernel_c28x_dual_ex1_c28x1 to use my SCIA pins and built it as a standalone RAM app.
Then I modified the serial flash programmer to…
Part Number: TMS320F28P550SJ Tool/software: Hi
I couldn't understand how to load the code into the F28P55's flash using the SCI even though I read the application note: "Serial Flash Programming of C2000 Microcontrollers"
In section 5.4. It seems…
Part Number: CCSTUDIO3
I get this error when trying to use dis6x. Perhaps it is because we use CCS Version: 11.1.0.00011 or maybe because dis6x is only ccs1040 and is not meant for later versions.
c:\work\tools>dis6x C:\work\flash_kernel_c28x_dual_ex1_c28x1…