Part Number: TMS320F28386S Other Parts Discussed in Thread: C2000WARE When I try to build flash_kernel_c28x_dual_ex1_c28x1this error occurs for many files:
"C:/work/flash_kernel_c28x_dual_ex1_c28x1/flash_kernel_c28x_dual_ex1_erase_cpu1.h", line 48:…
Hi Ben,
I'm not sure what you mean by "kernel". Is it the code similar to flash_kernel_c28x_dual_ex1_c28x1 and flash_kernel_c28x_dual_ex1_c28x2 from C:\ti\c2000\C2000Ware_4_03_00_00\driverlib\f2838x\examples\c28x_dual\flash_kernel? At a first glance…
Part Number: TMS320F28388D Other Parts Discussed in Thread: C2000WARE I'm trying to develop a Single bank LFU for F2838x device.
I am using the following 2 examples for reference:
A) "flash_kernel_c28x_dual_ex1_c28x"1 from C2000Ware (runs in RAM)…
Part Number: TMS320F28386S We need to develop a modified version of firmware update via the Serial Flash Programmer since our tx/rx pin pair is not in the accepted list for SCIA boot. Also the transfer is very slow as ReadFile() in the VS C++ based serial…
Hi Winni,
2. The SCI bootloader is looking for TI-TXT formatted files. It differs from a generated hex file in that the filetype is .txt instead of .hex , as well as the contents of the file including hexadecimal values only.
3. The custom bootloader…