This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320C28346: CCS/TMS320C28346

Part Number: TMS320C28346

Tool/software: Code Composer Studio

Hi,

 

I uses C28346 and CCS3.3.81.6

I can't  use ICE(XDS510LC USB JTAG) to load program when code located in flash.

The XINTF Zone 6 to connect Flash.

I can load program and run succeful originally.

But after moving some code to Flash, code can't run successfully.

(by using #pragma DATA_SECTION("FLASHFW") The section'FLASHFW" is at XINTF Zone 6)

If I use other tool to burn code to flash. It work okay.

Is any better solution to handle this situation?

  • Hi,

    I am writing to let you know that a C2000 team member has been assigned to answer to this post.

    Best regards
    Chris
  • Justin,

    Can you check the flash datasheet to see if it uses command sequences for flash functions like ERASE and PROGRAM?

    If it does, you will not be able to load data directly to an external flash device through XINTF using the normal CCS load procedure because the XINTF memory space is treated by CCS as regular memory that does not require special command sequences to write information.

    Instead, you will need to use an application (or custom plugin) to program your C28x binary into the flash device using the command sequences from the datasheet. It sounds like you have a tool that does this.

    -Tommy
  • Justin,

    It has been over two weeks since your last update. I assume that you were able to resolve your issue. If this isn’t the case, please reject this resolution and reply to this thread. If this thread is locked, please make a new thread describing the current status of your issue.

    -Tommy