Hi du gg,
BCA are have the fixed address, you can find it from the chip's reference manual, but take care, just those chip have the ROM bootloader contains the BCA area:

So, you can create a project which start from flash address 0, then add the BCA area.


Build it, generate the .bin file, you will build the BCA by your self.
I also attached the KDS project for BCA, just for your reference.
Another way, you also can import your application code which didn't have the BCA data before, then import it to the BCA area int the kinetisFlashTool, then config it, and save it:

Then, check your original code, you will find your BCA area(0X3C0) is modified.
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------