Part Number: TMS320F28388S
Other Parts Discussed in Thread: C2000WARE
I cannot flash program our firmware into a TMS320F28388S processer using the serial flash programmer and the SCI flash kernel. Every time I try programming CPU1, I get a PROGRAM_ERROR return with an address in located in the .text section.
I edited all of the flash sections in my linker file to use the ALIGN(8) directive to try to fix the problem but that just moved the address that is returned with the error.
I can flash one of the example programs (led_ex1_blinky) using the same flash kernel I am trying to use to flash our firmware.
What do I need to do to resolve this issue?