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.

F28335 define array into unused flash

Other Parts Discussed in Thread: TMS320F28335

Hello All,

One of my client is using TMS320F28335 Delfino Experimental kit. He is facing issue related to running the code from the FLASH.

We want to know how to define an array into unused flash of controller.

Kindly guide us asap. We are stucked.

Awaiting for your valuable response.

  • Hello Nilesh,

    I do not understand what you are asking exactly.  What do you mean you want to put an array into unused flash?  If you have a (constant) array, just link it to flash in the linker command file (e.g., the .const section).

    Are you asking about how to fill the unused flash with a particular value?  If so, know that 0xFFFF (the state of erased flashed) is already an ILLEGAL instruction on the C28x and will trigger the ILLEGAL ISR.

    Regards,

    David