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.

LAUNCHXL-F28P65X: Binary Output Format (.bin)

Part Number: LAUNCHXL-F28P65X
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

Hello,

I'm currently using the LAUNCHXL-F28P65x, and I have a question about generating a .bin file.

Right now, I'm working with the example program "led_ex1_blinky" from the SDK.

The left image is a bin file that contains the memory saved from the address(codestart) where the program is executing, using UniFlash

The right image is the bin file generated by building the program in CCS with the output format set to 'binary'

When comparing two files, I found that the 12 bytes after the codestart are different (filled with FF), as shown in the image.

I want to create a .bin file that is identical to the one in the left image.

The CCS build settings are as follows.

I have a question regarding this,

1. Why are the two files different?

2. How can I generate a .bin file identical to the one in the left image? (compile option...)