Thank you Mark for answering.
My configuration file is just going to be a separate header file with some DEFINEs, at least as of now. So I guess that this two folder configuration won't be needed that much.
1. How about securing the device? Can I obtain it with the bootloader I already have (OpenSDA)?
-----------------------
Besides, I have found the USB-MSD Device bootloader version 1.0 on the site, after typing AN4379SW to the search bar.
It seems to be a pretty old archive, with creation date far from the introduction of Kinetis Design Studio. Is there any newer version for KL4x boards?
If no, then is the information present in AN4379 still applicable (Porting USB MSD device bootloader to other platforms)?
I don't understand several steps of porting to a new board eg.:
"Modify the linker command file to segment the bootloader and application, and allow the bootloader to be in protected flash."
Also - are the code snippets suitable for any board? I mean all those defines like:
#define MIN_RAM1_ADDRESS 0x20000000
#define MAX_RAM1_ADDRESS 0x2000FFFF
#define MIN_FLASH1_ADDRESS 0x00000000
#define MAX_FLASH1_ADDRESS 0x0007FFFF etc.
I just don't want to lock my board. That is why I am very cautious with those modifications.
Thank you in advance for any suggestions!