I plan two areas BOOT and APP. I have designated BOOT and APP area has its own separate memory address to store functions. I compiled this project to produce a HEX file. Now I changed the functionality in the BOOT area and recompiled the project. I found that the program code in the originally specified APP area was modified, but I did not modify the functionality in any APP area. Please help me to understand,thanks.