Grazie ragazzi, mi conforta questa cosa

Allora chiarisco che mi sono spiegato male ma che ho ben presente la questione dell'area di bootloader: l'ho approfondita studiando i fuse bits in questi giorni; so che l'area Bootloader è nella parte alta della memoria e che l'indirizzo di partenza dipende da quanta memoria viene riservata ad essa, essendo tale valore variabile in base al settaggio dei fuse bits.
Ora mi pare di aver capito anche ciò che dice lo specifico, pes. i due bit della sezione Application:
1 1 No restrictions for SPM or LPM accessing the Application section. (sezione non protetta)
1 0 SPM is not allowed to write to the Application section. (protetta da scrittura)
0 0 SPM is not allowed to write to the Application section, and LPM executing from the Boot Loader section is not allowed to read
from the Application section. If Interrupt Vectors are placed in the Boot Loader section, interrupts are disabled while executing
from the Application section. (protetta da scrittura e anche dalla lettura da parte del bootloader, eventuali vettori di interrupt collocati nel BL vengono disabilitati durante l'esecuzione dalla sezione Application)
0 1 LPM executing from the Boot Loader section is not allowed to read from the Application section. If Interrupt Vectors are placed
in the Boot Loader section, interrupts are disabled while executing from the Application section. (come sopra ma solo per ciò che riguarda la protezione dalla lettura)

che dite?