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...)